Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bb443aa authored by Tianjie Xu's avatar Tianjie Xu
Browse files

Add libavb as a dependency

It's needed by libfec

Bug: 144388532
Test: mma
Change-Id: Ic82671f6506e7718afa965a511261b1b329ea38f
(cherry picked from commit 2bb374a8)
parent 342e53d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ cc_defaults {
        "libdm",
        "libfec",
        "libfec_rs",
        "libavb",
        "libverity_tree",
        "libgtest_prod",
        "liblog",
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ updater_common_static_libraries := \
    libdm \
    libfec \
    libfec_rs \
    libavb \
    libverity_tree \
    libgtest_prod \
    liblog \