summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-07 17:25:52 -0700
committerKeun young Park <keunyoung@google.com>2012-08-07 17:25:52 -0700
commit0d319b2ee25285e9f037a7589c63512fd312e68e (patch)
treea8fb69f7273220ea0160aecab880851ebe5d8b3c
parentfceba519e6b9ed17b9f05d292f363cda2412edf4 (diff)
downloadextras-0d319b2ee25285e9f037a7589c63512fd312e68e.tar.gz
allow java build if supported
- send_bug requires platform API support which is enabled in PDK fusion build with platform.zip from platform-java build Change-Id: I3285f595eb2a310a34770d40fa0b7c606669f1bf
-rw-r--r--bugmailer/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bugmailer/Android.mk b/bugmailer/Android.mk
index 1bb30998..c5aea4ba 100644
--- a/bugmailer/Android.mk
+++ b/bugmailer/Android.mk
@@ -2,11 +2,11 @@
#
LOCAL_PATH:= $(call my-dir)
-ifneq ($(TARGET_BUILD_PDK), true)
+ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE := send_bug
LOCAL_MODULE_TAGS := optional
include $(BUILD_JAVA_LIBRARY)
-endif
+endif #JAVA_SUPPORT