Skip to content
Snippets Groups Projects
Commit b5b62960 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Switch to new incompatibilities targets"

parents 42fb4206 ce556231
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment