summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-30 05:01:26 +0200
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-30 05:01:26 +0200
commitc37660bdf5e125340b5e00519b8188dea735e7c6 (patch)
tree64d4ef6b1741ae763ac744b5d9e11d1959df3cfc /Android.bp
parentSnap for 8780071 from c572aa62e07d96d601e2f3e4099e34851f8e0015 to udc-release (diff)
parentMerge "Convert recovery to use AIDL bootcontrol HAL" am: ab532fdfc7 am: 819c91a522 am: 5a1e806401 am: 4d6b01ad17 am: bc8775000d (diff)
downloadandroid_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar.gz
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar.bz2
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar.lz
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar.xz
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.tar.zst
android_bootable_recovery-c37660bdf5e125340b5e00519b8188dea735e7c6.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bd9570500..81de7779e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,6 +94,8 @@ cc_defaults {
shared_libs: [
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
+ "android.hardware.boot-V1-ndk",
+ "libboot_control_client",
"libbase",
"libbootloader_message",
"libcrypto",
@@ -158,6 +160,7 @@ cc_binary {
shared_libs: [
"android.hardware.health-V1-ndk", // from librecovery_utils
+ "android.hardware.boot-V1-ndk",
"librecovery_ui",
],