summaryrefslogtreecommitdiffstats
path: root/updater/Android.mk
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-01-16 01:10:58 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-16 01:10:58 +0100
commit27aa9404fc4ef111c381ec0ab79aaddb44d45dea (patch)
treede0b27730e76c28c6c2a7f36e9b23770700007f9 /updater/Android.mk
parentMerge "Create stash dir recursively." (diff)
parentupdater: add functions to modify dynamic partition metadata (diff)
downloadandroid_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar.gz
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar.bz2
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar.lz
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar.xz
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.tar.zst
android_bootable_recovery-27aa9404fc4ef111c381ec0ab79aaddb44d45dea.zip
Diffstat (limited to 'updater/Android.mk')
-rw-r--r--updater/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index 78e32ba39..c7a6ba989 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -29,12 +29,14 @@ updater_common_static_libraries := \
libedify \
libotautil \
libext4_utils \
+ libdm \
libfec \
libfec_rs \
libverity_tree \
libfs_mgr \
libgtest_prod \
liblog \
+ liblp \
libselinux \
libsparse \
libsquashfs_utils \