summaryrefslogtreecommitdiff
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
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>
-rwxr-xr-xCleanSpec.mk1
-rwxr-xr-xloc_api/Android.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b84e1b6..dd1849d 100755
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -47,3 +47,4 @@
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libloc_api*)
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)