Re-enable nullaway plugin
Bug: 307330031 Test: make Settings RUN_ERROR_PRONE=true Change-Id: I6445b588f11bc01e6d885f73ffa35329b5db2ab2
This commit is contained in:
13
Android.bp
13
Android.bp
@@ -107,13 +107,12 @@ android_library {
|
|||||||
|
|
||||||
plugins: ["androidx.room_room-compiler-plugin"],
|
plugins: ["androidx.room_room-compiler-plugin"],
|
||||||
|
|
||||||
// TODO: b/307330031 - Re-enable the nullaway plugin when the issue is fixed.
|
errorprone: {
|
||||||
// errorprone: {
|
extra_check_modules: ["//external/nullaway:nullaway_plugin"],
|
||||||
// extra_check_modules: ["//external/nullaway:nullaway_plugin"],
|
javacflags: [
|
||||||
// javacflags: [
|
"-XepOpt:NullAway:AnnotatedPackages=com.android.settings",
|
||||||
// "-XepOpt:NullAway:AnnotatedPackages=com.android.settings",
|
],
|
||||||
// ],
|
},
|
||||||
// },
|
|
||||||
|
|
||||||
libs: [
|
libs: [
|
||||||
"telephony-common",
|
"telephony-common",
|
||||||
|
Reference in New Issue
Block a user