hardware/qcom/gps: fixing build failure
minor fix for LE: missing loc-api include path Change-Id: I73f99e2159016d2cb65feb407bb3c38a481fdbf5
This commit is contained in:
parent
a5e2030015
commit
207b8ee9a5
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ Name: loc-api
|
|||
Description: Qualcomm GPS Location API
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgps_utils_so -lloc_adapter_so -lloc_eng_so -lgps_default_so -lloc_api
|
||||
Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/
|
||||
Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I${includedir}/loc-api
|
||||
|
|
Loading…
Reference in a new issue