Merge "Add nullaway errorprone plugin for nullness check" into main
This commit is contained in:
@@ -123,6 +123,13 @@ android_library {
|
|||||||
"androidx.room_room-compiler-plugin",
|
"androidx.room_room-compiler-plugin",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
errorprone: {
|
||||||
|
extra_check_modules: ["//external/nullaway:nullaway_plugin"],
|
||||||
|
javacflags: [
|
||||||
|
"-XepOpt:NullAway:AnnotatedPackages=com.android.settings",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
libs: [
|
libs: [
|
||||||
"telephony-common",
|
"telephony-common",
|
||||||
"ims-common",
|
"ims-common",
|
||||||
|
Reference in New Issue
Block a user