diff options
| author | Kévin PETIT <kevin.petit@arm.com> | 2014-02-12 10:54:32 +0000 |
|---|---|---|
| committer | David Butcher <david.butcher@arm.com> | 2014-02-12 16:28:11 +0000 |
| commit | 14893ec27201b7a23864553b9d8b2c47b2128c48 (patch) | |
| tree | 60db8acb7cb1940dbe8533a67ed20bc1f65e22d3 | |
| parent | dc97eec05232a5d64b6425043b48eafaf63cef7f (diff) | |
| download | system_core-14893ec27201b7a23864553b9d8b2c47b2128c48.zip system_core-14893ec27201b7a23864553b9d8b2c47b2128c48.tar.gz system_core-14893ec27201b7a23864553b9d8b2c47b2128c48.tar.bz2 | |
Fix the definition of LOCAL_PATH in libusbhost/Android.mk
Change-Id: I870cac2f0e26644e4456743209aa45644d7e494b
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
| -rw-r--r-- | libusbhost/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk index 9565cc5..acfc020 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 # ======================================================== |
