Loading tools/aapt/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -53,3 +56,4 @@ LOCAL_MODULE := aapt include $(BUILD_HOST_EXECUTABLE) endif # TARGET_BUILD_APPS tools/aidl/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # # Copies files into the directory structure described by a manifest # This tool is prebuilt if we're doing an app-only build. ifeq ($(TARGET_BUILD_APPS),) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) Loading @@ -21,4 +24,4 @@ LOCAL_MODULE := aidl include $(BUILD_HOST_EXECUTABLE) endif # TARGET_BUILD_APPS Loading
tools/aapt/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -53,3 +56,4 @@ LOCAL_MODULE := aapt include $(BUILD_HOST_EXECUTABLE) endif # TARGET_BUILD_APPS
tools/aidl/Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ # # Copies files into the directory structure described by a manifest # This tool is prebuilt if we're doing an app-only build. ifeq ($(TARGET_BUILD_APPS),) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) Loading @@ -21,4 +24,4 @@ LOCAL_MODULE := aidl include $(BUILD_HOST_EXECUTABLE) endif # TARGET_BUILD_APPS