Merge "Add libavb as a dependency"

This commit is contained in:
Tianjie Xu 2020-02-28 21:47:14 +00:00 committed by Gerrit Code Review
commit 6038661eec
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 \