summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-04-20 16:18:34 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-20 16:18:34 -0700
commitb9566c02210f6d5a91594c05b7ea28f048afab87 (patch)
tree971891e6b94ff4c8565ba5582a526fd287758f8f /core/pdk_config.mk
parent9283168e61a4991d39a6c599627eefc45d41c099 (diff)
downloadbuild-b9566c02210f6d5a91594c05b7ea28f048afab87.zip
build-b9566c02210f6d5a91594c05b7ea28f048afab87.tar.gz
build-b9566c02210f6d5a91594c05b7ea28f048afab87.tar.bz2
Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION forced for package build / java library build - uses prebuilt tools for PDK"
This reverts commit 9283168e61a4991d39a6c599627eefc45d41c099
Diffstat (limited to 'core/pdk_config.mk')
-rw-r--r--core/pdk_config.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/pdk_config.mk b/core/pdk_config.mk
index 8e3f1bb..98f34a5 100644
--- a/core/pdk_config.mk
+++ b/core/pdk_config.mk
@@ -64,11 +64,3 @@ $(PRODUCT_OUT)/% : $(_pdk_fusion_intermediates)/%
ALL_PDK_FUSION_FILES := $(addprefix $(PRODUCT_OUT)/, $(_pdk_fusion_file_list))
endif
-
-ifeq ($(TARGET_BUILD_PDK),true)
-
-# SDK used for Java build under PDK
-PDK_BUILD_SDK_VERSION := $(lastword $(TARGET_AVAILABLE_SDK_VERSIONS))
-$(info PDK Build uses SDK $(PDK_BUILD_SDK_VERSION))
-
-endif # BUILD_PDK