summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-09-04 12:18:51 -0700
committerYing Wang <wangying@google.com>2014-09-04 12:18:51 -0700
commit02a83e9f84097435d25dd9b1664c3643df1874aa (patch)
treecd965e0ceb536ed7070c32c4f9d48bcaeefa50c1 /core/config.mk
parent52626d2a7b4767905e8a369ddc8316c1290ad156 (diff)
downloadbuild-02a83e9f84097435d25dd9b1664c3643df1874aa.zip
build-02a83e9f84097435d25dd9b1664c3643df1874aa.tar.gz
build-02a83e9f84097435d25dd9b1664c3643df1874aa.tar.bz2
Now we have prebuilt SDK version system_current for apps_only build.
We don't need to explicitly add "system_current" to the list. Bug: 17390410 Change-Id: I490d0e1cb8e194b6a0bf8bf1703781aef88901d4
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index 716f88f..647eff3 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -588,7 +588,7 @@ TARGET_AVAILABLE_SDK_VERSIONS := $(call numerically_sort,\
$(wildcard $(HISTORICAL_SDK_VERSIONS_ROOT)/*/android.jar)))
# We don't have prebuilt system_current SDK yet.
-TARGET_AVAILABLE_SDK_VERSIONS := system_current $(TARGET_AVAILABLE_SDK_VERSIONS)
+TARGET_AVAILABLE_SDK_VERSIONS := $(TARGET_AVAILABLE_SDK_VERSIONS)
INTERNAL_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/public_api.txt
INTERNAL_PLATFORM_REMOVED_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/removed.txt