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>
This commit is contained in:
parent
197fe088f7
commit
ca3538229b
2 changed files with 2 additions and 1 deletions
|
@ -47,3 +47,4 @@
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
# ************************************************
|
# ************************************************
|
||||||
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libloc_api*)
|
||||||
|
|
|
@ -12,7 +12,7 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
GPS_DIR_LIST :=
|
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
|
# add RPC dirs if RPC is available
|
||||||
ifneq ($(TARGET_NO_RPC),true)
|
ifneq ($(TARGET_NO_RPC),true)
|
||||||
|
|
Loading…
Reference in a new issue