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
This commit is contained in:
Colin Cross 2014-02-22 08:28:52 +00:00 committed by Android Git Automerger
commit de864c2f7d

View file

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