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

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

Merge "Remove api-stubs-docs" am: 8cddd533 am: 4ef05f5c am: 2eed87d3 am: 97b23b05

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

Change-Id: I317759fc854819fbe8e5ceea84baff3717933172
parents f20b2e4b 97b23b05
Loading
Loading
Loading
Loading
+1 −29
Original line number Diff line number Diff line
@@ -115,37 +115,9 @@ stubs_defaults {
}

/////////////////////////////////////////////////////////////////////
// *-api-stubs-docs modules providing source files for the stub libraries
// These modules provide source files for the stub libraries
/////////////////////////////////////////////////////////////////////

// api-stubs-docs, system-api-stubs-docs, and test-api-stubs-docs have APIs
// from the non-updatable part of the platform as well as from the updatable
// modules
droidstubs {
    name: "api-stubs-docs",
    defaults: ["metalava-full-api-stubs-default"],
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args,
    check_api: {
        current: {
            api_file: "api/current.txt",
            removed_api_file: "api/removed.txt",
        },
        last_released: {
            api_file: ":android.api.public.latest",
            removed_api_file: ":removed.api.public.latest",
            baseline_file: ":public-api-incompatibilities-with-last-released",
        },
        api_lint: {
            enabled: true,
            new_since: ":android.api.public.latest",
            baseline_file: "api/lint-baseline.txt",
        },
    },
}

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