treewide: use gnss 2.1 HAL

This commit is contained in:
roynatech2544 2021-12-03 08:31:33 +09:00
commit fe17ea3b33
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -80,13 +80,13 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.gnss</name> <name>android.hardware.gnss</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>2.0</version> <version>2.1</version>
<interface> <interface>
<name>IGnss</name> <name>IGnss</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>@1.1::IGnss/default</fqname> <fqname>@1.1::IGnss/default</fqname>
<fqname>@2.0::IGnss/default</fqname> <fqname>@2.1::IGnss/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.graphics.allocator</name> <name>android.hardware.graphics.allocator</name>