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

Commit bbeb24b4 authored by Mitch Phillips's avatar Mitch Phillips
Browse files

[fuzzing] Add liblog dependency.

Static dependencies don't carry transient dynamic dependencies to the
link line. We need to link liblog as it's a necessary dependency, and
this is revealed with a new toolchain update. For more info, see the
bug.

Tag: #refactor
Bug: 131771163
Test: gd/fuzz/run libosi_fuzz_list
Change-Id: I9404ef275cf1814ac4803d8478af46cd949cd8e7
parent a70b6dcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@ cc_fuzz {
    ],
    static_libs: [
        "libosi",
        "liblog",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@ cc_fuzz {
    ],
    static_libs: [
        "libosi",
        "liblog",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@ cc_fuzz {
    ],
    static_libs: [
        "libosi",
        "liblog",
    ],
}