We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 457738e + 74905e5 commit 9d71860Copy full SHA for 9d71860
tools/aapt/Android.mk
@@ -4,6 +4,9 @@
4
# Android Asset Packaging Tool
5
#
6
7
+# This tool is prebuilt if we're doing an app-only build.
8
+ifeq ($(TARGET_BUILD_APPS),)
9
+
10
LOCAL_PATH:= $(call my-dir)
11
include $(CLEAR_VARS)
12
@@ -53,3 +56,4 @@ LOCAL_MODULE := aapt
53
56
54
57
include $(BUILD_HOST_EXECUTABLE)
55
58
59
+endif # TARGET_BUILD_APPS
tools/aidl/Android.mk
@@ -2,6 +2,9 @@
2
3
# Copies files into the directory structure described by a manifest
@@ -21,4 +24,4 @@ LOCAL_MODULE := aidl
21
24
22
25
23
26
-
27
0 commit comments