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

Commit e5575c21 authored by Howard Ro's avatar Howard Ro
Browse files

Link libstatssocket as a shared library

Library clean up as a part of statsd becoming a module

Bug: 145565901
Test: compiles
Change-Id: I52ef9bfe9bf52a2582e155317b3817da3600b87d
parent e5edf8cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,6 @@ cc_defaults {
        "libprotoutil",
        "libstatslog",
        "libstatsmetadata",
        "libstatssocket",
        "libsysutils",
    ],
    shared_libs: [
@@ -134,6 +133,7 @@ cc_defaults {
        "libincident",
        "liblog",
        "libservices",
        "libstatssocket",
        "libutils",
    ],
}