Introduce IBootControl 1.1.

libsnapshot needs to communicate to the bootloader that a merge is in
progress. This can be used to prevent factory data resets, prevent
flashing or wiping userdata/metadata, and warning when the active slot
changes.

Bug: 138861550
Test: builds
Change-Id: I577877696b5ec6920b9520d518374931ce9ddfaa
This commit is contained in:
David Anderson
2019-10-07 12:28:18 -07:00
parent 8beed0b7be
commit 21ed9de1fb
5 changed files with 131 additions and 1 deletions

View File

@@ -89,7 +89,7 @@
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.boot</name>
<version>1.0</version>
<version>1.1</version>
<interface>
<name>IBootControl</name>
<instance>default</instance>