Merge "Re-enable nullaway plugin" into main

This commit is contained in:
Jacky Wang
2023-12-01 08:22:21 +00:00
committed by Android (Google) Code Review

View File

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