summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-10-15 22:22:20 +0200
committerDavid Anderson <dvander@google.com>2019-11-11 02:02:12 +0100
commit89d2d050a0c5784b7993eaaa08be21ef93084156 (patch)
treec061a83a7a87ea5972015045433bb569b6e95e29 /Android.bp
parentMerge "bootloader_message: Add helpers for handling IBootControl MergeStatus." (diff)
downloadandroid_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar.gz
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar.bz2
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar.lz
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar.xz
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.tar.zst
android_bootable_recovery-89d2d050a0c5784b7993eaaa08be21ef93084156.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 45aafb043..7df53a43a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,12 +58,16 @@ cc_defaults {
],
shared_libs: [
+ "android.hardware.boot@1.0",
+ "android.hardware.boot@1.1",
"libbase",
"libbootloader_message",
"libcrypto",
"libcutils",
"libfs_mgr",
+ "liblp",
"liblog",
+ "libprotobuf-cpp-lite",
"libziparchive",
],
@@ -73,6 +77,7 @@ cc_defaults {
"libminui",
"librecovery_utils",
"libotautil",
+ "libsnapshot_nobinder",
],
}