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

Commit 1a9cceff authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Remove the system-api-stubs-docs target" am: d0fb632e am: cca63b30...

Merge "Remove the system-api-stubs-docs target" am: d0fb632e am: cca63b30 am: 4d6f4e13 am: 557f9557

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

Change-Id: I4ab40120d1d2e6a2e4d70ea0fc9138a2f6c0e088
parents 503a0f8a 557f9557
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -181,31 +181,6 @@ module_libs = " " +
        "client=android.annotation.SystemApi.Client.PRIVILEGED_APPS" +
    "\\) "

droidstubs {
    name: "system-api-stubs-docs",
    defaults: ["metalava-full-api-stubs-default"],
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args + priv_apps,
    check_api: {
        current: {
            api_file: "api/system-current.txt",
            removed_api_file: "api/system-removed.txt",
        },
        last_released: {
            api_file: ":android.api.system.latest",
            removed_api_file: ":removed.api.system.latest",
            baseline_file: ":system-api-incompatibilities-with-last-released"
        },
        api_lint: {
            enabled: true,
            new_since: ":android.api.system.latest",
            baseline_file: "api/system-lint-baseline.txt",
        },
    },
}

droidstubs {
    name: "system-api-stubs-docs-non-updatable",
    defaults: ["metalava-non-updatable-api-stubs-default"],