diff options
| author | 2024-05-17 16:40:19 +0000 | |
|---|---|---|
| committer | 2024-05-17 16:40:19 +0000 | |
| commit | b1c7fe98125fbf587202270713bef41f6a39d957 (patch) | |
| tree | b851adff9784be00d973581f3022460770726615 | |
| parent | 32ce5b1988447fcf89d73fab6bdca3bb5edc97b2 (diff) | |
| parent | c788401eed8f181cb643c6df0933a86f6e6bbd2a (diff) | |
Merge "Use full APIs for api_lint.new_since of *api-stubs-docs-non-updatable" into main am: c788401eed
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3093827
Change-Id: Ifbd1c459aa69de7b7f322504a7cfc0b2b8044692
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | api/StubLibraries.bp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/StubLibraries.bp b/api/StubLibraries.bp index f2c39be28bcf..4a73bf05e012 100644 --- a/api/StubLibraries.bp +++ b/api/StubLibraries.bp @@ -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", }, }, |