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

This commit is contained in:
Colin Cross 2014-02-22 08:16:03 +00:00 committed by Gerrit Code Review
commit deb3eecd06

View file

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