diff options
Diffstat (limited to 'tools/aapt/Android.mk')
| -rw-r--r-- | tools/aapt/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/aapt/Android.mk b/tools/aapt/Android.mk index 499a7aca5932..b339a2cd2eb0 100644 --- a/tools/aapt/Android.mk +++ b/tools/aapt/Android.mk @@ -4,6 +4,9 @@ # Android Asset Packaging Tool # +# This tool is prebuilt if we're doing an app-only build. +ifeq ($(TARGET_BUILD_APPS),) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -53,3 +56,4 @@ LOCAL_MODULE := aapt include $(BUILD_HOST_EXECUTABLE) +endif # TARGET_BUILD_APPS |