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

Commit 1e0ade2f authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Add missing liblog dependency

Bug: http://b/31289077
Bug: http://b/27171986
Test: remove liblog from libcutils and recompile
Change-Id: I01e7a0ca758308b5f85f2a08f34a9671eaa48b10
parent b32a59e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@ cc_test {
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libutils",
        "libutils",
        "liblog",
        "libcutils",
        "libcutils",
    ],
    ],
    static_libs: [
    static_libs: [