Switch to new incompatibilities targets

The previous incompatibilities genrule targets have been replaced
by targets auto-generated by prebuilt_sdks.

The intentention of this change is to eventually have per-jar file
incompatibilities tracking, but this change does not change the
underlying file used, only switching to the new target.

Bug: 178171189
Test: m
Change-Id: Ib5a2be7d53e3576d92db4c843f1fca829b9bfc6d
This commit is contained in:
Anton Hansson
2021-01-22 16:40:06 +00:00
parent 7166f0b425
commit ce55623107
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,