msm8974-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
parent b3094b1fb9
commit 8e016489ce
No known key found for this signature in database
GPG Key ID: 6D95512933112729
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

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