Skip to content
Snippets Groups Projects
Commit 8b19aa98 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use full APIs for api_lint.new_since of *api-stubs-docs-non-updatable"...

Merge "Use full APIs for api_lint.new_since of *api-stubs-docs-non-updatable" into main am: c788401e am: b1c7fe98

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



Change-Id: I04c4c6e5a73e34448b8d40c2bd81576e63026786
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 03674a54 b1c7fe98
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ non_updatable_exportable_droidstubs {
},
api_lint: {
enabled: true,
new_since: ":android.api.public.latest",
new_since: ":android.api.combined.public.latest",
baseline_file: ":non-updatable-lint-baseline.txt",
},
},
......@@ -130,7 +130,7 @@ non_updatable_exportable_droidstubs {
},
api_lint: {
enabled: true,
new_since: ":android.api.system.latest",
new_since: ":android.api.combined.system.latest",
baseline_file: ":non-updatable-system-lint-baseline.txt",
},
},
......@@ -185,7 +185,7 @@ non_updatable_exportable_droidstubs {
},
api_lint: {
enabled: true,
new_since: ":android.api.test.latest",
new_since: ":android.api.combined.test.latest",
baseline_file: ":non-updatable-test-lint-baseline.txt",
},
},
......@@ -269,7 +269,7 @@ non_updatable_exportable_droidstubs {
},
api_lint: {
enabled: true,
new_since: ":android.api.module-lib.latest",
new_since: ":android.api.combined.module-lib.latest",
baseline_file: ":non-updatable-module-lib-lint-baseline.txt",
},
},
......
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