gs101: update manifest HAL android.hardware.boot from hidl 1.2 to aidl

Bug: 314215524
Change-Id: Iddc2b2822ece025cb915ad39ab52f18cf0d5889a
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
This commit is contained in:
Jason Chiu 2023-12-01 11:41:11 +08:00
parent 1aad6b6b31
commit b1b74c03c2
2 changed files with 4 additions and 6 deletions

View file

@ -30,10 +30,9 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<hal format="aidl">
<name>android.hardware.boot</name>
<transport>hwbinder</transport>
<fqname>@1.2::IBootControl/default</fqname>
<fqname>IBootControl/default</fqname>
</hal>
<hal format="aidl">
<name>com.google.input</name>

View file

@ -17,10 +17,9 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<hal format="aidl">
<name>android.hardware.boot</name>
<transport>hwbinder</transport>
<fqname>@1.2::IBootControl/default</fqname>
<fqname>IBootControl/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.neuralnetworks</name>