Loading core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ endef # $(1): List of directories to look for under this directory define all-named-subdir-makefiles $(wildcard $(addsuffix /Android.mk, $(addprefix $(my-dir)/,$(1)))) $(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1)))) endef ########################################################### Loading tools/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # limitations under the License. # LOCAL_PATH := $(my-dir) LOCAL_PATH := $(call my-dir) # If we're building only unbundled apps, this is the only tool we need. ifneq ($(TARGET_BUILD_APPS),) Loading Loading
core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ endef # $(1): List of directories to look for under this directory define all-named-subdir-makefiles $(wildcard $(addsuffix /Android.mk, $(addprefix $(my-dir)/,$(1)))) $(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1)))) endef ########################################################### Loading
tools/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # limitations under the License. # LOCAL_PATH := $(my-dir) LOCAL_PATH := $(call my-dir) # If we're building only unbundled apps, this is the only tool we need. ifneq ($(TARGET_BUILD_APPS),) Loading