From 072d844924b1a5019387029a5fc07b32c6a364b2 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Fri, 31 Aug 2018 00:19:20 +0300 Subject: [PATCH] sanders: Uprev GNSS HAL to 1.1 * Introduced in 9.0. Change-Id: I326bf5063b5fb4e962e2a6fffcae2704c8c49e46 Signed-off-by: Erfan Abdi --- configs/manifest.xml | 2 +- device.mk | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 0dae912..5fa9d1f 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -89,7 +89,7 @@ android.hardware.gnss hwbinder - 1.0 + 1.1 IGnss default diff --git a/device.mk b/device.mk index d3a605b..9e2dccf 100644 --- a/device.mk +++ b/device.mk @@ -211,9 +211,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libgnss \ libgnsspps \ - android.hardware.gnss@1.0-impl-qti \ - android.hardware.gnss@1.0-impl \ - android.hardware.gnss@1.0-service-qti + android.hardware.gnss@1.1-impl-qti \ + android.hardware.gnss@1.1-service-qti # health PRODUCT_PACKAGES += \