From 44180a4ba756aeed68d1295b8b0ecff45c31de95 Mon Sep 17 00:00:00 2001 From: therootlord Date: Sun, 16 Dec 2018 14:40:30 -0200 Subject: [PATCH] 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 072d844924b1a5019387029a5fc07b32c6a364b2. --- configs/manifest.xml | 2 +- device.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 08871d2..03498a1 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -89,7 +89,7 @@ android.hardware.gnss hwbinder - 1.1 + 1.0 IGnss default diff --git a/device.mk b/device.mk index b5f2884..d3d0d4b 100644 --- a/device.mk +++ b/device.mk @@ -180,8 +180,7 @@ 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 PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/gps/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \