summaryrefslogtreecommitdiff
path: root/loc_api/Android.mk
diff options
context:
space:
mode:
authorAjay Dudani <adudani@codeaurora.org>2012-09-16 15:00:23 -0700
committerIliyan Malchev <malchev@google.com>2012-09-16 15:51:00 -0700
commitca3538229bd28a562717d2b8963d0a344c7d78e0 (patch)
treea81b2514a1b35661d73c217ba9500cdc5bdd367e /loc_api/Android.mk
parent197fe088f73d03b66dcf4d02e1f454ff89f70fa7 (diff)
downloadgps-ca3538229bd28a562717d2b8963d0a344c7d78e0.tar.gz
gps: Fix typo in checking for qmi-framework
b/7175603 This caused one of the gps related libraries to be not built in the full tree, causing GPS failure Change-Id: Iff51c1a588a22f0b46b075ebf27d2b6493b97e40 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'loc_api/Android.mk')
-rwxr-xr-xloc_api/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc_api/Android.mk b/loc_api/Android.mk
index bf5281e..d2f53c5 100755
--- a/loc_api/Android.mk
+++ b/loc_api/Android.mk
@@ -12,7 +12,7 @@ LOCAL_PATH := $(call my-dir)
GPS_DIR_LIST :=
-ifeq (exists, $(shell test -d $(TOP)/vendor/qcom/proprietary/qmi-frameworks && echo exists))
+ifeq (exists, $(shell test -d $(TOP)/vendor/qcom/proprietary/qmi-framework && echo exists))
# add RPC dirs if RPC is available
ifneq ($(TARGET_NO_RPC),true)