Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1c7fe98 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

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



Change-Id: Ifbd1c459aa69de7b7f322504a7cfc0b2b8044692
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 32ce5b19 c788401e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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",
        },
    },