boot_control: fix VINTF manifest version 3->1 to match V1-ndk library

This commit is contained in:
oxmc
2026-06-04 07:09:27 -07:00
parent 01c32da313
commit 74645d2dff
@@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.boot</name>
<version>3</version>
<version>1</version>
<fqname>IBootControl/default</fqname>
</hal>
</manifest>