summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-29 10:01:37 -0800
committerColin Cross <ccross@android.com>2014-01-29 10:01:37 -0800
commit4b764993a99d36e434c9f9d33e6e233e10e8f2f6 (patch)
tree78e7c7d69d0f99bc00871600cf45871da04e1179 /core/pdk_config.mk
parentbe7575ecb1827784f83582847749aa59c664d29e (diff)
downloadbuild-4b764993a99d36e434c9f9d33e6e233e10e8f2f6.zip
build-4b764993a99d36e434c9f9d33e6e233e10e8f2f6.tar.gz
build-4b764993a99d36e434c9f9d33e6e233e10e8f2f6.tar.bz2
pdk: add android_common.jar
Add android_common.jar to the pdk java libraries to allow partners to build test apps against it. Change-Id: I3f3c0f6ef086489aec293e10b0d707845b174655
Diffstat (limited to 'core/pdk_config.mk')
-rw-r--r--core/pdk_config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pdk_config.mk b/core/pdk_config.mk
index a7e21e0..b0cccc9 100644
--- a/core/pdk_config.mk
+++ b/core/pdk_config.mk
@@ -57,7 +57,9 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates \
target/common/obj/JAVA_LIBRARIES/voip-common_intermediates \
target/common/obj/JAVA_LIBRARIES/mms-common_intermediates \
- target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates
+ target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \
+ target/common/obj/JAVA_LIBRARIES/android-common_intermediates \
+
# not java libraries
PDK_PLATFORM_JAVA_ZIP_CONTENTS += \
target/common/obj/APPS/framework-res_intermediates/package-export.apk \