summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-09-20 12:52:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-20 12:52:50 -0700
commitb1337dce87e1304b379b20887a610456b7796a1f (patch)
tree0ca461555a9a5dff3569eb19c830ca44818a5941 /tools
parentbf6b35bf68bf5ffc0111c035aebbc720c32cf9c9 (diff)
parent47424a686f0ccb7413d54ebae7288f2e4e02b64e (diff)
downloadbuild-b1337dce87e1304b379b20887a610456b7796a1f.zip
build-b1337dce87e1304b379b20887a610456b7796a1f.tar.gz
build-b1337dce87e1304b379b20887a610456b7796a1f.tar.bz2
am 47424a68: am 295cf570: Use prebuilt for PDK builds.
* commit '47424a686f0ccb7413d54ebae7288f2e4e02b64e': Use prebuilt for PDK builds.
Diffstat (limited to 'tools')
-rw-r--r--tools/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Android.mk b/tools/Android.mk
index d6badab..a29cd3d 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifeq ($(TARGET_BUILD_APPS),)
+ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)))
LOCAL_PATH := $(call my-dir)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif