Merge "Default-on strict updatability linting for Modules"

This commit is contained in:
Anton Hansson
2022-05-03 10:21:07 +00:00
committed by Gerrit Code Review

View File

@@ -112,6 +112,11 @@ java_defaults {
// Collates API usages from each module for further analysis.
plugins: ["java_api_finder"],
// Disallow disabling the NewApi lint check.
lint: {
strict_updatability_linting: true,
},
dist_group: "android",
}