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
diff --git a/apex/framework/Android.bp b/apex/framework/Android.bp
index 0f52f15..1bd770a 100644
--- a/apex/framework/Android.bp
+++ b/apex/framework/Android.bp
@@ -69,6 +69,8 @@
"android.util",
],
+ plugins: ["java_api_finder"],
+
hostdex: true, // for hiddenapi check
visibility: [
"//frameworks/base/apex/statsd:__subpackages__",