summaryrefslogtreecommitdiffstats
path: root/core/pdk_config.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-04-20 16:20:42 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-20 16:20:42 -0700
commite661e358291accfe8448bdf60975ff8cdf8059d6 (patch)
tree632b9dd18a197f5e0ac4bbb9b3f601c19bb21430 /core/pdk_config.mk
parentd71a7f7bc8c309452b5de95a1d887b67b7d3781c (diff)
parentb9566c02210f6d5a91594c05b7ea28f048afab87 (diff)
downloadbuild-e661e358291accfe8448bdf60975ff8cdf8059d6.zip
build-e661e358291accfe8448bdf60975ff8cdf8059d6.tar.gz
build-e661e358291accfe8448bdf60975ff8cdf8059d6.tar.bz2
Merge "Revert "enable Java build for PDK build - Highest LOCAL_SDK_VERSION forced for package build / java library build - uses prebuilt tools for PDK""
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 c0f80fd..729a44a 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