am deb3eecd: Merge "Fix the definition of LOCAL_PATH in libusbhost/Android.mk"

* commit 'deb3eecd061e8a3a5f19ef5e10296f248f247881':
  Fix the definition of LOCAL_PATH in libusbhost/Android.mk
This commit is contained in:
Colin Cross 2014-02-22 08:21:47 +00:00 committed by Android Git Automerger
commit b659ffd77d

View file

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
LOCAL_PATH := $(my-dir) LOCAL_PATH := $(call my-dir)
# Static library for Linux host # Static library for Linux host
# ======================================================== # ========================================================