Merge "Fix misuse of $(my-dir)."

This commit is contained in:
Ying Wang 2014-03-01 02:10:27 +00:00 committed by Gerrit Code Review
commit 6b4e5b7f85

View File

@ -26,8 +26,6 @@ $(foreach file,$(test_src_files), \
)
# Build the unit tests.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# Build the manual test programs.
include $(call all-makefiles-under, $(LOCAL_PATH))