Merge "Add java_api_finder statsd" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-02-27 23:04:17 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ java_library {
"android.util",
],
plugins: ["java_api_finder"],
hostdex: true, // for hiddenapi check
visibility: [
"//frameworks/base/apex/statsd:__subpackages__",

View File

@@ -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",