diff options
author | Colin Cross <ccross@android.com> | 2014-02-22 08:28:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-22 08:28:52 +0000 |
commit | de864c2f7dfd52fd9832fedb1c89ddfaabafdbfd (patch) | |
tree | a9c809c7e9a44846bfc34b5cb3e7a1531d61bc60 /libusbhost | |
parent | c2729741c284f1e1b368aa64fecfec33b3e39199 (diff) | |
parent | 74a41f5adf10fcd6211d2933ada30fe08cd894c5 (diff) | |
download | system_core-de864c2f7dfd52fd9832fedb1c89ddfaabafdbfd.zip system_core-de864c2f7dfd52fd9832fedb1c89ddfaabafdbfd.tar.gz system_core-de864c2f7dfd52fd9832fedb1c89ddfaabafdbfd.tar.bz2 |
am 74a41f5a: am b659ffd7: am deb3eecd: Merge "Fix the definition of LOCAL_PATH in libusbhost/Android.mk"
* commit '74a41f5adf10fcd6211d2933ada30fe08cd894c5':
Fix the definition of LOCAL_PATH in libusbhost/Android.mk
Diffstat (limited to 'libusbhost')
-rw-r--r-- | libusbhost/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 # ======================================================== |