From 266632f32797650bb528f21e8e22d379931f94ed Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 30 Oct 2017 15:43:58 -0700 Subject: [PATCH] Add hwbinder.jar to PDK. This is a no-install subset of frameworks.jar. Required for HIDL libraries to be able to be built against at build time. Bug: 68433855 Test: hwbinder_intermediates are in platform.zip Change-Id: Ia879c6a6908c00069eaf819278c9d5da6a649b68 --- core/pdk_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pdk_config.mk b/core/pdk_config.mk index 43875dfe8..22f79fae1 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -20,6 +20,7 @@ PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \ target/common/obj/JAVA_LIBRARIES/legacy-test_intermediates \ target/common/obj/JAVA_LIBRARIES/ext_intermediates \ target/common/obj/JAVA_LIBRARIES/framework_intermediates \ + target/common/obj/JAVA_LIBRARIES/hwbinder_intermediates \ target/common/obj/JAVA_LIBRARIES/ims-common_intermediates \ target/common/obj/JAVA_LIBRARIES/okhttp_intermediates \ target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates \