Merge "Add a linter requiring Nullability Annotations" into main

This commit is contained in:
Treehugger Robot
2024-01-09 03:47:06 +00:00
committed by Android (Google) Code Review

View File

@@ -120,6 +120,10 @@ android_library {
"telephony-common",
"ims-common",
],
lint: {
extra_check_modules: ["SettingsLibLintChecker"],
},
}
platform_compat_config {