OSDN Git Service

pdk: add telephony-common and mms-common
authorColin Cross <ccross@android.com>
Wed, 18 Jul 2012 23:00:48 +0000 (16:00 -0700)
committerColin Cross <ccross@android.com>
Wed, 18 Jul 2012 23:06:19 +0000 (16:06 -0700)
Factory test apps may need to compile against telephony-common and
mms-common, include the jars in the pdk platform.zip.

Change-Id: Ic3533ec42115150b94298f15acd877ef61c6660c

core/pdk_config.mk

index 71ddf7e..ddf240c 100644 (file)
@@ -43,7 +43,9 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR := \
        target/common/obj/JAVA_LIBRARIES/core-junit_intermediates \
        target/common/obj/JAVA_LIBRARIES/ext_intermediates \
        target/common/obj/JAVA_LIBRARIES/framework_intermediates \
-       target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates
+       target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \
+       target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates \
+       target/common/obj/JAVA_LIBRARIES/mms-common_intermediates
 # not java libraries
 PDK_PLATFORM_JAVA_ZIP_CONTENTS := \
        target/common/obj/APPS/framework-res_intermediates/package-export.apk \