diff options
Diffstat (limited to 'StubLibraries.bp')
| -rw-r--r-- | StubLibraries.bp | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 8abe64c6baa3..afe7b810e294 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -193,20 +193,17 @@ droidstubs { api_file: "api/module-lib-current.txt", removed_api_file: "api/module-lib-removed.txt", }, - // TODO(b/147559833) enable the compatibility check against the last release API - // and the API lint - //last_released: { - // api_file: ":last-released-module-lib-api", - // removed_api_file: "api/module-lib-removed.txt", - // baseline_file: ":module-lib-api-incompatibilities-with-last-released" - //}, - //api_lint: { - // enabled: true, - // new_since: ":last-released-module-lib-api", - // baseline_file: "api/module-lib-lint-baseline.txt", - //}, + last_released: { + api_file: ":last-released-module-lib-api", + removed_api_file: "api/module-lib-removed.txt", + baseline_file: ":module-lib-api-incompatibilities-with-last-released" + }, + api_lint: { + enabled: true, + new_since: ":last-released-module-lib-api", + baseline_file: "api/module-lib-lint-baseline.txt", + }, }, - //jdiff_enabled: true, } |