summaryrefslogtreecommitdiffstats
path: root/updater/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-12-20 01:21:55 +0100
committerYifan Hong <elsk@google.com>2019-01-14 23:01:13 +0100
commit8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a (patch)
treede0b27730e76c28c6c2a7f36e9b23770700007f9 /updater/Android.bp
parentMerge "Create stash dir recursively." (diff)
downloadandroid_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar.gz
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar.bz2
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar.lz
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar.xz
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.tar.zst
android_bootable_recovery-8ff84d7cfb1d51221f61ad6ebd97434b6f8b658a.zip
Diffstat (limited to 'updater/Android.bp')
-rw-r--r--updater/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index c95ec5e90..b80cdb3a0 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -26,12 +26,14 @@ cc_defaults {
"libedify",
"libotautil",
"libext4_utils",
+ "libdm",
"libfec",
"libfec_rs",
"libverity_tree",
"libfs_mgr",
"libgtest_prod",
"liblog",
+ "liblp",
"libselinux",
"libsparse",
"libsquashfs_utils",
@@ -66,6 +68,7 @@ cc_library_static {
srcs: [
"blockimg.cpp",
"commands.cpp",
+ "dynamic_partitions.cpp",
"install.cpp",
],