Merge "Add last_released checking for non-updatable API" am: a474d0e92f am: 103935cc2c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1448956

Change-Id: I25665504b2b0a702b431a289abb7fd7b1533a962
This commit is contained in:
Anton Hansson
2020-10-05 20:01:37 +00:00
committed by Automerger Merge Worker

View File

@@ -157,6 +157,11 @@ droidstubs {
api_file: "non-updatable-api/current.txt", api_file: "non-updatable-api/current.txt",
removed_api_file: "non-updatable-api/removed.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: { api_lint: {
enabled: true, enabled: true,
new_since: ":android-non-updatable.api.public.latest", new_since: ":android-non-updatable.api.public.latest",
@@ -219,6 +224,11 @@ droidstubs {
api_file: "non-updatable-api/system-current.txt", api_file: "non-updatable-api/system-current.txt",
removed_api_file: "non-updatable-api/system-removed.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: { api_lint: {
enabled: true, enabled: true,
new_since: ":android-non-updatable.api.system.latest", new_since: ":android-non-updatable.api.system.latest",