commit | a3cc7edfce45aec6c31b7a7193a53491246bfbb4 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Fri Feb 28 18:05:56 2014 -0800 |
committer | Ying Wang <wangying@google.com> | Fri Feb 28 18:05:56 2014 -0800 |
tree | ad34b91ce69019510553f90d86695bf6708be7c3 | |
parent | b98c4761e0c80a8d8138910e0a5e5fc8baff8282 [diff] |
Fix misuse of $(my-dir). Change-Id: I8b24f60826abe4b541de646cbc3df66929203301
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 @@ ) # Build the unit tests. -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) # Build the manual test programs. include $(call all-makefiles-under, $(LOCAL_PATH))