summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:51 +0000
commitffb1e7f0256c4a5a7cabafe59718ac7205df33e9 (patch)
treecc98cb2ae47e22d126b081e707838231880d1cdf
parenta8bd4741a26c63bd2a5e518962044ca77c1ab145 (diff)
parent289689dc538c07e97ada96cd41349a7145e2091c (diff)
downloadjsr330-android14-mainline-uwb-release.tar.gz
Change-Id: Iaf62a8b055e0554d702f83d6cd87fe299ce08a93
-rw-r--r--Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 33b84a0..535fc7a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,13 +42,16 @@ java_library_static {
hostdex: true,
sdk_version: "core_current",
srcs: ["src/**/*.java"],
- apex_available:[
+ apex_available: [
"//apex_available:platform",
"com.android.adservices",
+ "com.android.devicelock",
"com.android.extservices",
+ "com.android.healthfitness",
"com.android.ondevicepersonalization",
],
}
+
//
// TCK (Test Compatibility Kit)
// -- For DI frameworks that want to test compatibility with javax.
@@ -59,4 +62,9 @@ java_library_host {
"jsr330",
"junit",
],
+ errorprone: {
+ javacflags: [
+ "-Xep:OverridesJavaxInjectableMethod:WARN",
+ ],
+ },
}