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

Commit 47807e2f authored by Howard Ro's avatar Howard Ro
Browse files

Statically link libutils

this is still needed for stastd

Bug: 145565901
Test: compiles
Change-Id: I6356fbc8e4c92d3b6dc9742bf661a4fdd58dac47
parent e5f4f030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ cc_defaults {
        "libstatslog",
        "libstatsmetadata",
        "libsysutils",
        "libutils",
    ],
    shared_libs: [
        "libbinder",
@@ -131,7 +132,6 @@ cc_defaults {
        "liblog",
        "libservices",
        "libstatssocket",
        "libutils",
    ],
}