Fix misuse of $(my-dir).

Change-Id: I8b24f60826abe4b541de646cbc3df66929203301
This commit is contained in:
Ying Wang 2014-02-28 18:05:56 -08:00
parent b98c4761e0
commit a3cc7edfce

View File

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