OSDN Git Service

Rename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS
authorJoe Onorato <joeo@android.com>
Fri, 11 Jun 2010 01:04:46 +0000 (18:04 -0700)
committerJoe Onorato <joeo@android.com>
Fri, 11 Jun 2010 01:04:46 +0000 (18:04 -0700)
Change-Id: Ib2875428d78fd96ea138a048cf2ea9f1d64003bf

sdk/tools/Android.mk

index 06cc0c4..a157a1a 100644 (file)
@@ -16,7 +16,8 @@
 
 LOCAL_PATH:= $(call my-dir)
 
-ifeq ($(strip $(is_unbundled_app_build)),true)
+ifneq ($(TARGET_BUILD_APPS),)
+
 ##################################
 include $(CLEAR_VARS)
 
@@ -99,4 +100,4 @@ $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/dx | $(ACP)
        $(hide) chmod 755 $@
 
 ##################################
-endif # is_unbundled_app_build
+endif # TARGET_BUILD_APPS