Add GetActiveBootSlot API to boot control interface
This can be used to verify OtaStatus. If on disk pref indicates that we
switched slot and system did not reboot, check with boot control.
Test: th
Change-Id: I416d81a3d68d8c6a204a2c28df6c567ff18d0e49
diff --git a/Android.bp b/Android.bp
index c519280..90e7698 100644
--- a/Android.bp
+++ b/Android.bp
@@ -277,6 +277,7 @@
"libutils",
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
+ "android.hardware.boot@1.2",
],
header_libs: [
"avb_headers",