Skip to content

common: migrate to AIDL bootcontrol hal

Mattijs Korpershoek requested to merge mkorpershoek/bootctl-aidl into ti-android-14

On recent versions of android, we observe:

I servicemanager: Could not find android.hardware.boot.IBootControl/default in the VINTF manifest.
I bootctl : AIDL IBootControl not available, falling back to HIDL.
I bootctl : Using HIDL version 1.2 of IBootControl

Update to AIDL bootcontrol to get rid of it.

Based on cuttlefish [1] [2] changes.

[1] https://android-review.googlesource.com/c/device/google/cuttlefish/+/2120872 [2] https://android-review.googlesource.com/c/device/google/cuttlefish/+/2215525 Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Merge request reports