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

* commit 'f78fb1d1516e1d7448871ad3a2a403b12ff25f1a':
  Use my-dir in a consistent way as others
This commit is contained in:
Ying Wang 2011-03-31 15:10:33 -07:00 committed by Android Git Automerger
commit a9e5bb8a6b
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),)