From a3f6632de94065808b268dcdd242bd62298f30c8 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 28 May 2020 15:46:33 -0700 Subject: Remove obsolete PDK build functionality This hasn't worked for a couple years, and continues to bitrot. Just remove it. Test: treehugger Change-Id: Iea6caf3c08252a560155e095135c5ddaad712991 Merged-In: Iea6caf3c08252a560155e095135c5ddaad712991 --- core/java.mk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/java.mk') diff --git a/core/java.mk b/core/java.mk index bb4593df57..5fe8da5714 100644 --- a/core/java.mk +++ b/core/java.mk @@ -4,17 +4,6 @@ # LOCAL_MODULE_CLASS # all_res_assets -ifeq ($(TARGET_BUILD_PDK),true) -ifeq ($(TARGET_BUILD_PDK_JAVA_PLATFORM),) -# LOCAL_SDK not defined or set to current -ifeq ($(filter-out current,$(LOCAL_SDK_VERSION)),) -ifneq ($(LOCAL_NO_STANDARD_LIBRARIES),true) -LOCAL_SDK_VERSION := $(PDK_BUILD_SDK_VERSION) -endif #!LOCAL_NO_STANDARD_LIBRARIES -endif -endif # !PDK_JAVA -endif #PDK - LOCAL_NO_STANDARD_LIBRARIES:=$(strip $(LOCAL_NO_STANDARD_LIBRARIES)) LOCAL_SDK_VERSION:=$(strip $(LOCAL_SDK_VERSION)) -- cgit v1.2.3-59-g8ed1b