Fix the definition of LOCAL_PATH in libusbhost/Android.mk

Change-Id: I870cac2f0e26644e4456743209aa45644d7e494b
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
This commit is contained in:
Kévin PETIT 2014-02-12 10:54:32 +00:00 committed by David Butcher
parent dc97eec052
commit 14893ec272

View file

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