Skip to content
Snippets Groups Projects
Commit 67ee8348 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Provide complete API surfaces for *non-updatable compatibility checks" into main

parents 8c8c81dd f75e9109
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ non_updatable_exportable_droidstubs { ...@@ -44,8 +44,8 @@ non_updatable_exportable_droidstubs {
removed_api_file: ":non-updatable-removed.txt", removed_api_file: ":non-updatable-removed.txt",
}, },
last_released: { last_released: {
api_file: ":android-non-updatable.api.public.latest", api_file: ":android-non-updatable.api.combined.public.latest",
removed_api_file: ":android-non-updatable-removed.api.public.latest", removed_api_file: ":android-non-updatable-removed.api.combined.public.latest",
baseline_file: ":android-non-updatable-incompatibilities.api.public.latest", baseline_file: ":android-non-updatable-incompatibilities.api.public.latest",
}, },
api_lint: { api_lint: {
...@@ -124,8 +124,8 @@ non_updatable_exportable_droidstubs { ...@@ -124,8 +124,8 @@ non_updatable_exportable_droidstubs {
removed_api_file: ":non-updatable-system-removed.txt", removed_api_file: ":non-updatable-system-removed.txt",
}, },
last_released: { last_released: {
api_file: ":android-non-updatable.api.system.latest", api_file: ":android-non-updatable.api.combined.system.latest",
removed_api_file: ":android-non-updatable-removed.api.system.latest", removed_api_file: ":android-non-updatable-removed.api.combined.system.latest",
baseline_file: ":android-non-updatable-incompatibilities.api.system.latest", baseline_file: ":android-non-updatable-incompatibilities.api.system.latest",
}, },
api_lint: { api_lint: {
...@@ -263,8 +263,8 @@ non_updatable_exportable_droidstubs { ...@@ -263,8 +263,8 @@ non_updatable_exportable_droidstubs {
removed_api_file: ":non-updatable-module-lib-removed.txt", removed_api_file: ":non-updatable-module-lib-removed.txt",
}, },
last_released: { last_released: {
api_file: ":android-non-updatable.api.module-lib.latest", api_file: ":android-non-updatable.api.combined.module-lib.latest",
removed_api_file: ":android-non-updatable-removed.api.module-lib.latest", removed_api_file: ":android-non-updatable-removed.api.combined.module-lib.latest",
baseline_file: ":android-non-updatable-incompatibilities.api.module-lib.latest", baseline_file: ":android-non-updatable-incompatibilities.api.module-lib.latest",
}, },
api_lint: { api_lint: {
......
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