Use my-dir in a consistent way as others

Change-Id: I3fd0cc58b48d621b431d7dd05fb689c1917b530d
This commit is contained in:
Chih-Wei Huang
2011-01-16 18:31:29 +08:00
parent e84739e942
commit e73c4bbc50
2 changed files with 2 additions and 2 deletions

View File

@@ -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
###########################################################

View File

@@ -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),)