klte-common: Build GPS impl

Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba32
This commit is contained in:
Rashed Abdel-Tawab 2017-10-11 19:40:09 +03:00 committed by Kevin F. Haggerty
parent 5ab94096fe
commit c724309890
2 changed files with 10 additions and 0 deletions

View File

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

View File

@ -44,6 +44,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.gnss</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IGnss</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport arch="32">passthrough</transport>