summaryrefslogtreecommitdiff
path: root/libusbhost
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-22 08:28:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-22 08:28:52 +0000
commitde864c2f7dfd52fd9832fedb1c89ddfaabafdbfd (patch)
treea9c809c7e9a44846bfc34b5cb3e7a1531d61bc60 /libusbhost
parentc2729741c284f1e1b368aa64fecfec33b3e39199 (diff)
parent74a41f5adf10fcd6211d2933ada30fe08cd894c5 (diff)
downloadcore-de864c2f7dfd52fd9832fedb1c89ddfaabafdbfd.tar.gz
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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk
index 9565cc57b..acfc020fc 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
# ========================================================