Add libavb as a dependency

It's needed by libfec

Test: mma
Change-Id: Ic82671f6506e7718afa965a511261b1b329ea38f
This commit is contained in:
Tianjie Xu 2019-11-22 13:46:19 -08:00
parent feb6b91ed4
commit 2bb374a86d
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ cc_defaults {
"libdm",
"libfec",
"libfec_rs",
"libavb",
"libverity_tree",
"libgtest_prod",
"liblog",

View file

@ -32,6 +32,7 @@ updater_common_static_libraries := \
libdm \
libfec \
libfec_rs \
libavb \
libverity_tree \
libgtest_prod \
liblog \