summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-11-15 05:42:33 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-11-15 05:42:33 +0100
commit49c03e1babca8694e577fe163a3dfa8a78d4ee46 (patch)
tree73f39f6821b8f68b3792af93e55b77af02f62641 /Android.bp
parentMerge "Consolidate the vendor space misc usage for Pixels" am: 423f0d109b (diff)
parentMerge "Force merges to complete before wiping data or metadata." (diff)
downloadandroid_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.gz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.bz2
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.lz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.xz
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.tar.zst
android_bootable_recovery-49c03e1babca8694e577fe163a3dfa8a78d4ee46.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 d78c3fa94..a8e032e21 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",
],
}