From 735bba8be0511fc3b6b023eff0605d9bf4b30477 Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Tue, 24 Sep 2013 16:57:28 -0700 Subject: [PATCH] Add android-ex-camera2 static java library to PDK. Library is located frameworks/ex/camera2/public. This is required to allow pdk/apps/CameraITS to build in the PDK. Bug: 10337323 Change-Id: I5b835134012f90462a70b9e38b69c3168df00cfd --- core/pdk_config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/pdk_config.mk b/core/pdk_config.mk index cdd2a769f..9590d7028 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -51,7 +51,8 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_LIB_DIR := \ target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \ 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/mms-common_intermediates \ + target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates # not java libraries PDK_PLATFORM_JAVA_ZIP_CONTENTS := \ target/common/obj/APPS/framework-res_intermediates/package-export.apk \