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

* commit 'b659ffd77d8495e5ac13c4fa3b6717c9945f7b9f':
  Fix the definition of LOCAL_PATH in libusbhost/Android.mk
This commit is contained in:
Colin Cross 2014-02-22 08:25:49 +00:00 committed by Android Git Automerger
commit 74a41f5adf
1 changed files with 1 additions and 1 deletions

View File

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