Add libavb as a dependency
It's needed by libfec Test: mma Change-Id: Ic82671f6506e7718afa965a511261b1b329ea38f
This commit is contained in:
parent
feb6b91ed4
commit
2bb374a86d
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ cc_defaults {
|
|||
"libdm",
|
||||
"libfec",
|
||||
"libfec_rs",
|
||||
"libavb",
|
||||
"libverity_tree",
|
||||
"libgtest_prod",
|
||||
"liblog",
|
||||
|
|
|
@ -32,6 +32,7 @@ updater_common_static_libraries := \
|
|||
libdm \
|
||||
libfec \
|
||||
libfec_rs \
|
||||
libavb \
|
||||
libverity_tree \
|
||||
libgtest_prod \
|
||||
liblog \
|
||||
|
|
Loading…
Reference in a new issue