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

Commit 5e0d394c authored by Anton Hansson's avatar Anton Hansson
Browse files

Set apex_available for service-statsd

This lib should only ever be inside the statsd apex.

Bug: 147364041
Test: m
Change-Id: I55de416b13417f7fcb659c6280ee69c6cf887daf
parent 0b7ed292
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,4 +13,8 @@ java_library {
        "framework-minus-apex",
        "services.core",
    ],
    apex_available: [
        "com.android.os.statsd",
        "test_com.android.os.statsd",
    ],
}