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

Commit b41dacd8 authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Allow statsd to link against libstatslog

Bug: 145923087
Test: m -j
Change-Id: I44f8a24284b4ef8445ebb17edac72c33f72e1e39
parent b55d7214
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -123,5 +123,12 @@ cc_library {
        "libcutils",
    ],
    static_libs: ["libstatssocket"],

    apex_available: [
        "//apex_available:platform",
        //TODO(b/149781190): Remove this once statsd no longer depends on libstatslog
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
}