From 4b764993a99d36e434c9f9d33e6e233e10e8f2f6 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 29 Jan 2014 10:01:37 -0800 Subject: [PATCH] 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 --- core/pdk_config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/pdk_config.mk b/core/pdk_config.mk index a7e21e0d4..b0cccc9a6 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 \