commit | deb3eecd061e8a3a5f19ef5e10296f248f247881 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Feb 22 08:16:03 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 22 08:16:03 2014 +0000 |
tree | de9fb16c8f3e5c87f565321a3e19011ca535e397 | |
parent | 536dce31d35e9411c03102d6abd837cd4d54ce55 [diff] | |
parent | 14893ec27201b7a23864553b9d8b2c47b2128c48 [diff] |
Merge "Fix the definition of LOCAL_PATH in libusbhost/Android.mk"
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk index 9565cc5..acfc020 100644 --- a/libusbhost/Android.mk +++ b/libusbhost/Android.mk
@@ -14,7 +14,7 @@ # limitations under the License. # -LOCAL_PATH := $(my-dir) +LOCAL_PATH := $(call my-dir) # Static library for Linux host # ========================================================