summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-06-18 22:41:58 -0700
committerColin Cross <ccross@android.com>2014-06-18 23:22:20 -0700
commit1e961acf0c203b62c535d509f7f41813e8b21a5a (patch)
tree01f757a9445d316a2fdd3ac5cf136e53d1745679 /core/pdk_config.mk
parent55fa2ea206d89bbebfa3aa697437ae82b71faa22 (diff)
downloadbuild-1e961acf0c203b62c535d509f7f41813e8b21a5a.zip
build-1e961acf0c203b62c535d509f7f41813e8b21a5a.tar.gz
build-1e961acf0c203b62c535d509f7f41813e8b21a5a.tar.bz2
pdk: add core-libart_intermediates
Add out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates to platform.zip for platform-java builds to allow telephony-common to build. Change-Id: I0acbceee976e784573266372071dc1463ea6d53e
Diffstat (limited to 'core/pdk_config.mk')
-rw-r--r--core/pdk_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pdk_config.mk b/core/pdk_config.mk
index 6a874fb..fd63820 100644
--- a/core/pdk_config.mk
+++ b/core/pdk_config.mk
@@ -53,7 +53,7 @@ ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP))
# all paths under out dir
PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates \
- target/common/obj/JAVA_LIBRARIES/core_intermediates \
+ target/common/obj/JAVA_LIBRARIES/core-libart_intermediates \
target/common/obj/JAVA_LIBRARIES/core-junit_intermediates \
target/common/obj/JAVA_LIBRARIES/ext_intermediates \
target/common/obj/JAVA_LIBRARIES/framework_intermediates \