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

Commit 30ab9fe9 authored by Howard Ro's avatar Howard Ro
Browse files

Add java_api_finder statsd

java_api_finder will find all the APIs used by statsd which is expected
to help understand all the APIs used by statsd as a part of the mainline
API requirement.

Test: make
Bug: 145566559
Change-Id: Ifa5004837ea01c1b2a3e23594ce4a4b58b5c66d1
parent 91ae0d0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ java_library {
        "android.util",
    ],

    plugins: ["java_api_finder"],

    hostdex: true, // for hiddenapi check
    visibility: [
        "//frameworks/base/apex/statsd:__subpackages__",
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ java_library {
        "android_module_lib_stubs_current",
    ],

    plugins: ["java_api_finder"],

    apex_available: [
        "com.android.os.statsd",
        "test_com.android.os.statsd",