am 6b4e5b7f: Merge "Fix misuse of ."

* commit '6b4e5b7f856c32b75e9a22df4c3f2273ae906acb':
  Fix misuse of $(my-dir).
This commit is contained in:
Ying Wang 2014-03-01 02:15:39 +00:00 committed by Android Git Automerger
commit 0a6433749d

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