diff options
author | Anton Hansson <hansson@google.com> | 2020-10-05 18:41:06 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-05 18:41:06 +0000 |
commit | a474d0e92fdcd78fee86cf96c3d6f10fd6ea1409 (patch) | |
tree | 9db7060376e0fc9a035b285a3e419c27458d64b1 /StubLibraries.bp | |
parent | c2ee800f20799ceef0ef3b88661123b9a987a288 (diff) | |
parent | 3258a479d3eef3af5da6aeec87cdf74405cc1cb6 (diff) |
Merge "Add last_released checking for non-updatable API"
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index c55fbd2d0728..50925a37d12b 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -157,6 +157,11 @@ droidstubs { api_file: "non-updatable-api/current.txt", removed_api_file: "non-updatable-api/removed.txt", }, + last_released: { + api_file: ":android-non-updatable.api.public.latest", + removed_api_file: ":android-non-updatable-removed.api.public.latest", + baseline_file: ":public-api-incompatibilities-with-last-released", + }, api_lint: { enabled: true, new_since: ":android-non-updatable.api.public.latest", @@ -219,6 +224,11 @@ droidstubs { api_file: "non-updatable-api/system-current.txt", removed_api_file: "non-updatable-api/system-removed.txt", }, + last_released: { + api_file: ":android-non-updatable.api.system.latest", + removed_api_file: ":android-non-updatable-removed.api.system.latest", + baseline_file: ":system-api-incompatibilities-with-last-released" + }, api_lint: { enabled: true, new_since: ":android-non-updatable.api.system.latest", |