summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
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",
],
}