aboutsummaryrefslogtreecommitdiff
path: root/apps/upgrade
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-06-19 18:24:09 -0700
committerKeun young Park <keunyoung@google.com>2012-06-19 18:24:09 -0700
commitcd0ebca4553782ae8ec744a2a5e324fdfa8ebfe4 (patch)
tree6641c586a121e30e61d8b74f2c8d7409b123be9e /apps/upgrade
parented2e323cab852c6b6e99dbccc7cc713f28a7e71e (diff)
downloadsample-cd0ebca4553782ae8ec744a2a5e324fdfa8ebfe4.tar.gz
enable JAVA build if allowed
- previously disabled in PDK build Change-Id: Ic7c87d839e8feac940e8f1dfa0a5899868df776c
Diffstat (limited to 'apps/upgrade')
-rw-r--r--apps/upgrade/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/upgrade/Android.mk b/apps/upgrade/Android.mk
index 4cba7e4..01ec440 100644
--- a/apps/upgrade/Android.mk
+++ b/apps/upgrade/Android.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifneq ($(TARGET_BUILD_PDK),true)
+ifneq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -34,4 +34,4 @@ LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
-endif # !PDK \ No newline at end of file
+endif # JAVA_SUPPORT