Merge "API: enable API lint on public and system APIs"

am: f8928da8c3

Change-Id: I4e567d59fc3008b42f3f0ccc4ac0bec37abca211
This commit is contained in:
Adrian Roos
2019-10-14 06:31:37 -07:00
committed by android-build-merger
3 changed files with 50072 additions and 0 deletions

View File

@@ -1430,6 +1430,11 @@ droidstubs {
removed_api_file: "api/removed.txt",
baseline_file: ":public-api-incompatibilities-with-last-released",
},
api_lint: {
enabled: true,
new_since: ":last-released-public-api",
baseline_file: "api/lint-baseline.txt",
},
},
jdiff_enabled: true,
}
@@ -1456,6 +1461,11 @@ droidstubs {
removed_api_file: "api/system-removed.txt",
baseline_file: ":system-api-incompatibilities-with-last-released"
},
api_lint: {
enabled: true,
new_since: ":last-released-system-api",
baseline_file: "api/system-lint-baseline.txt",
},
},
jdiff_enabled: true,
}

1125
api/lint-baseline.txt Normal file

File diff suppressed because it is too large Load Diff

48937
api/system-lint-baseline.txt Normal file

File diff suppressed because it is too large Load Diff