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

Commit 1089bdfb authored by Tom Cherry's avatar Tom Cherry
Browse files

Add liblog as a dependency where libbase is used

Bug: 119867234
Test: build
Change-Id: Iad0de2cef63aa52bb573e1571efbac1d689e7603
parent 9c8b644b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ cc_binary_host {
    srcs: ["agent.cpp"],
    static_libs: [
        "libbase",
        "liblog",
        "libz",
        "slicer",
    ],