From 81350de72d7399598d4daf089e484f3f0362fc8f Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 29 Nov 2017 09:41:49 -0800 Subject: [PATCH] Remove hidl base java static target from the PDK. It no longer exists. Test: pass Bug: 67297434 Change-Id: Iff2cd6cdd2b53ccc8526757684f9610b5eece540 --- core/pdk_config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/pdk_config.mk b/core/pdk_config.mk index c2f8b0a30..fed05f0eb 100644 --- a/core/pdk_config.mk +++ b/core/pdk_config.mk @@ -14,7 +14,6 @@ ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP)) PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \ target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \ target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates \ - target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java-static_intermediates \ target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates \ target/common/obj/JAVA_LIBRARIES/android-common_intermediates \ target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \