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

Commit f78fb1d1 authored by Ying Wang's avatar Ying Wang Committed by Android Code Review
Browse files

Merge "Use my-dir in a consistent way as others"

parents 4c401b1a e73c4bbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

###########################################################
+1 −1
Original line number Diff line number Diff line
@@ -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),)