Merge "Switch to new incompatibilities targets" am: b5b629607b

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0151a266ce3cafadb415eef476ef59d095d1b52b
This commit is contained in:
Anton Hansson
2021-01-28 16:52:08 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ droidstubs {
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",
baseline_file: ":android-incompatibilities.api.public.latest",
},
api_lint: {
enabled: true,
@ -165,7 +165,7 @@ droidstubs {
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"
baseline_file: ":android-incompatibilities.api.system.latest"
},
api_lint: {
enabled: true,

View File

@ -139,7 +139,7 @@ droidstubs {
last_released: {
api_file: ":android.api.system-server.latest",
removed_api_file: ":removed.api.system-server.latest",
baseline_file: ":system-server-api-incompatibilities-with-last-released"
baseline_file: ":android-incompatibilities.api.system-server.latest"
},
api_lint: {
enabled: true,