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
This commit is contained in:
11
core/java.mk
11
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))
|
||||
|
||||
|
Reference in New Issue
Block a user