summaryrefslogtreecommitdiffstats
path: root/libs/ui
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-03-01 02:22:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-01 02:22:55 +0000
commit646e2fbd9173677566a90810801217760f9bb9a8 (patch)
treebe36dc96eeee5ac1a869fc2b55bcd0f722e09791 /libs/ui
parent87eb08dc07088a608228774df7667f2d70b6804d (diff)
parent0a6433749dcd87039f6e31c04ea662b238310b17 (diff)
downloadframeworks_native-646e2fbd9173677566a90810801217760f9bb9a8.zip
frameworks_native-646e2fbd9173677566a90810801217760f9bb9a8.tar.gz
frameworks_native-646e2fbd9173677566a90810801217760f9bb9a8.tar.bz2
am 0a643374: am 6b4e5b7f: Merge "Fix misuse of ."
* commit '0a6433749dcd87039f6e31c04ea662b238310b17': Fix misuse of $(my-dir).
Diffstat (limited to 'libs/ui')
-rw-r--r--libs/ui/tests/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ui/tests/Android.mk b/libs/ui/tests/Android.mk
index 6f62a55..b0c57db 100644
--- a/libs/ui/tests/Android.mk
+++ b/libs/ui/tests/Android.mk
@@ -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))