Skip to content

Commit

Permalink
xz2c: Drop redundant manifest entries
Browse files Browse the repository at this point in the history
GNSS gets included through [email protected]

Change-Id: I38b0ba59081c8c11398ad3bb49fa1e5a8120522f
  • Loading branch information
vware authored and dtrunk90 committed May 11, 2024
1 parent b2c4e33 commit 3ed7885
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
<manifest version="1.0" type="device" target-level="3">
<hal format="hidl">
<name>android.hardware.gnss</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGnss</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IGnss/gnss_vendor</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
Expand All @@ -31,22 +21,4 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.gnss</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>ILocHidlGnss</name>
<instance>gnss_vendor</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.gnss</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILocHidlGnss</name>
<instance>gnss_vendor</instance>
</interface>
</hal>
</manifest>

0 comments on commit 3ed7885

Please sign in to comment.