am 0a643374: am 6b4e5b7f: Merge "Fix misuse of ."

* commit '0a6433749dcd87039f6e31c04ea662b238310b17':
  Fix misuse of $(my-dir).
This commit is contained in:
Ying Wang 2014-03-01 02:22:55 +00:00 committed by Android Git Automerger
commit 646e2fbd91

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