diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-10-09 19:54:50 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | d505ac2a30ee8e5a17ee69556207a41a2526901c (patch) | |
tree | fb5c80be4d3ce0d8e57c08cb9b57b448efef3d6a /sdm660.mk | |
parent | 244d72ee13bec63cbd7f32b8ea9b60e87095adb0 (diff) |
sdm660-common: Build new GNSS HAL
* Remove unnecessary dependencies on liblbs_core.so
* Hardcode vendor loc HIDL version to 3.0 to enable vendor HIDL when
building w/o BSP.
Change-Id: I01f661f1d1e038737801f5a9db88e3388d470f74
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -234,11 +234,13 @@ PRODUCT_ODM_PROPERTIES += \ # GPS / Location PRODUCT_PACKAGES += \ - android.hardware.gnss@1.0-impl-qti \ - android.hardware.gnss@1.0-service-qti \ + android.hardware.gnss@2.0-impl-qti \ + android.hardware.gnss@2.0-service-qti \ + libbatching \ + libgeofencing \ libgnss \ - libgnsspps \ - libsensorndkbridge + libsensorndkbridge \ + libwifi-hal-ctrl PRODUCT_COPY_FILES += \ $(COMMON_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \ |