Merge "Temporarily disable nullaway plugin" into main
This commit is contained in:
13
Android.bp
13
Android.bp
@@ -122,12 +122,13 @@ android_library {
|
||||
|
||||
plugins: ["androidx.room_room-compiler-plugin"],
|
||||
|
||||
errorprone: {
|
||||
extra_check_modules: ["//external/nullaway:nullaway_plugin"],
|
||||
javacflags: [
|
||||
"-XepOpt:NullAway:AnnotatedPackages=com.android.settings",
|
||||
],
|
||||
},
|
||||
// TODO: b/307330031 - Re-enable the nullaway plugin when the issue is fixed.
|
||||
// errorprone: {
|
||||
// extra_check_modules: ["//external/nullaway:nullaway_plugin"],
|
||||
// javacflags: [
|
||||
// "-XepOpt:NullAway:AnnotatedPackages=com.android.settings",
|
||||
// ],
|
||||
// },
|
||||
|
||||
libs: [
|
||||
"telephony-common",
|
||||
|
||||
Reference in New Issue
Block a user