fix loc_api_v02 missing library
The check for qmi framework now uses a define flag which exists on all but aosp builds. Change-Id: Id669f62ccb39b5b3c410e7769350cfba5bf38159
This commit is contained in:
parent
b86c1f8a06
commit
2a148d2546
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ GPS_DIR_LIST += $(LOCAL_PATH)/libloc_api/
|
|||
|
||||
endif #TARGET_NO_RPC
|
||||
|
||||
ifeq (exists, $(shell test -d $(TOP)/vendor/qcom/proprietary/qmi-framework && echo exists))
|
||||
ifeq ($(BOARD_USES_QCOM_HARDWARE), true)
|
||||
#add QMI libraries for QMI targets
|
||||
QMI_BOARD_PLATFORM_LIST := msm8960
|
||||
QMI_BOARD_PLATFORM_LIST += msm8974
|
||||
|
|
Loading…
Reference in a new issue