Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71364f8c authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am f5f4d930: am 74bebf6f: Exclude the host aapt and aidl from PDK build.

* commit 'f5f4d930':
  Exclude the host aapt and aidl from PDK build.
parents 9e3de5f7 f5f4d930
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@
#
#


# This tool is prebuilt if we're doing an app-only build.
# This tool is prebuilt if we're doing an app-only build.
ifeq ($(TARGET_BUILD_APPS),)
ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),)




aapt_src_files := \
aapt_src_files := \
@@ -101,4 +101,4 @@ LOCAL_STATIC_LIBRARIES := \
include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)
endif
endif


endif # TARGET_BUILD_APPS
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK
+2 −2
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@
# Copies files into the directory structure described by a manifest
# Copies files into the directory structure described by a manifest


# This tool is prebuilt if we're doing an app-only build.
# This tool is prebuilt if we're doing an app-only build.
ifeq ($(TARGET_BUILD_APPS),)
ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),)


LOCAL_PATH:= $(call my-dir)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_VARS)
@@ -26,4 +26,4 @@ LOCAL_MODULE := aidl


include $(BUILD_HOST_EXECUTABLE)
include $(BUILD_HOST_EXECUTABLE)


endif # TARGET_BUILD_APPS
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK