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

Commit 2fb33f8b authored by Yi Kong's avatar Yi Kong
Browse files

Fix build with global ThinLTO

https://r.android.com/1918225 introduced in-direct dependency to
libbase. LTO is more stringent and caused build failure. Fix  by
explicitly listing the dependent shared lib.

Test: m GLOBAL_THINLTO=true tests
Change-Id: I8d8690adacaec59c4dfc4f1a17dd6bff403bfe57
parent 82139a51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ cc_test {
        "test/bta_pan_test.cc",
    ],
    shared_libs: [
        "libbase",
        "libcrypto",
        "libflatbuffers-cpp",
        "liblog",