Revert "sanders: Uprev GNSS HAL to 1.1"

* Also remove android.hardware.gnss@1.0-impl and android.hardware.gnss@1.0-service-qti

This reverts commit 072d844924.
This commit is contained in:
therootlord
2018-12-16 14:40:30 -02:00
parent 72012a5b4b
commit 44180a4ba7
2 changed files with 2 additions and 3 deletions

View File

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

View File

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