Revert "sanders: Uprev GNSS HAL to 1.1"

This reverts commit 072d844924.
This commit is contained in:
Jorge Lucas
2019-12-16 15:42:04 +01:00
parent 90727239dc
commit 77aec8f342
2 changed files with 4 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
<hal format="hidl">
<name>android.hardware.gnss</name>
<transport>hwbinder</transport>
<version>1.1</version>
<version>1.0</version>
<interface>
<name>IGnss</name>
<instance>default</instance>

View File

@@ -187,8 +187,9 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
libgnss \
libgnsspps \
android.hardware.gnss@1.1-impl-qti \
android.hardware.gnss@1.1-service-qti
android.hardware.gnss@1.0-impl-qti \
android.hardware.gnss@1.0-impl \
android.hardware.gnss@1.0-service-qti
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \