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

Commit 6780abb5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow libstatsmetadata to be linked by statsd"

parents d30500c5 52e90024
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -173,6 +173,11 @@ cc_library_static {
        "libcutils",
        "libcutils",
        "libstatslog",
        "libstatslog",
    ],
    ],
    apex_available: [
        //TODO(b/149782403): Remove this once statsd no longer links against libstatsmetadata
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
}
}