summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-11-15 05:46:34 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-11-15 05:46:34 +0100
commitb72291bd209a07a47513f37f0292408f4712725a (patch)
tree760ab416b802a91fe5b37061d7fffa8a8ef8bb6f /Android.bp
parentMerge "Consolidate the vendor space misc usage for Pixels" am: 423f0d109b am: 85808f6a69 (diff)
parentMerge "Force merges to complete before wiping data or metadata." am: 8444dec7ac (diff)
downloadandroid_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar.gz
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar.bz2
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar.lz
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar.xz
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.tar.zst
android_bootable_recovery-b72291bd209a07a47513f37f0292408f4712725a.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 1ae8ff78d..8b7c4b82d 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",
],
@@ -74,6 +78,7 @@ cc_defaults {
"libminui",
"librecovery_utils",
"libotautil",
+ "libsnapshot_nobinder",
],
}