From 14893ec27201b7a23864553b9d8b2c47b2128c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20PETIT?= Date: Wed, 12 Feb 2014 10:54:32 +0000 Subject: [PATCH] Fix the definition of LOCAL_PATH in libusbhost/Android.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I870cac2f0e26644e4456743209aa45644d7e494b Signed-off-by: Kévin PETIT --- libusbhost/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk index 9565cc57b..acfc020fc 100644 --- a/libusbhost/Android.mk +++ b/libusbhost/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -LOCAL_PATH := $(my-dir) +LOCAL_PATH := $(call my-dir) # Static library for Linux host # ========================================================