summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-06-07 16:34:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-07 16:34:25 -0700
commit1a2c28368c47e8e38a85c04756de850a24736355 (patch)
tree3a53bf14646d95e1f0d06e709d73564dfd9c8904 /core/main.mk
parentebde54b265a4701d843060e62384fd089893f8fa (diff)
parentfe8cddea28bc5a5266ede2bd10b482dbe840c0bf (diff)
downloadbuild-1a2c28368c47e8e38a85c04756de850a24736355.zip
build-1a2c28368c47e8e38a85c04756de850a24736355.tar.gz
build-1a2c28368c47e8e38a85c04756de850a24736355.tar.bz2
am fe8cddea: am efe02ce9: add TARGET_BUILD_JAVA_SUPPORT_LEVEL to allow checking if java build is OK in PDK
* commit 'fe8cddea28bc5a5266ede2bd10b482dbe840c0bf': add TARGET_BUILD_JAVA_SUPPORT_LEVEL to allow checking if java build is OK in PDK
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index ab0479e..1ab9b6c 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -213,6 +213,14 @@ $(error stopping)
endif
# -----------------------------------------------------------------
+# Variable to check java support level inside PDK build.
+# Not necessary if the components is not in PDK.
+# not defined : not supported
+# "sdk" : sdk API only
+# "platform" : platform API supproted
+TARGET_BUILD_JAVA_SUPPORT_LEVEL := platform
+
+# -----------------------------------------------------------------
# The pdk (Platform Development Kit) build
include build/core/pdk_config.mk