msm8226-common: Switch to GNSS HIDL HAL

Change-Id: I881206bed97e700d0022080ec5785fa3756c39bd
This commit is contained in:
Kevin F. Haggerty 2020-06-27 16:43:22 -06:00 committed by matteo0026
parent 3aa997f296
commit 78947fdca8
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.gnss</name>
<transport arch="32">passthrough</transport>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGnss</name>

View file

@ -144,6 +144,7 @@ PRODUCT_PACKAGES += \
# GPS
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl \
android.hardware.gnss@1.0-service \
gps.msm8226
PRODUCT_COPY_FILES += \