* commit 'a9e5bb8a6b2b772b07214e4dd0004f6989285dd0': Use my-dir in a consistent way as others
This commit is contained in:
@@ -154,7 +154,7 @@ endef
|
|||||||
|
|
||||||
# $(1): List of directories to look for under this directory
|
# $(1): List of directories to look for under this directory
|
||||||
define all-named-subdir-makefiles
|
define all-named-subdir-makefiles
|
||||||
$(wildcard $(addsuffix /Android.mk, $(addprefix $(my-dir)/,$(1))))
|
$(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# 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.
|
# If we're building only unbundled apps, this is the only tool we need.
|
||||||
ifneq ($(TARGET_BUILD_APPS),)
|
ifneq ($(TARGET_BUILD_APPS),)
|
||||||
|
Reference in New Issue
Block a user