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

Commit 893fc27f authored by satayev's avatar satayev Committed by Automerger Merge Worker
Browse files

Merge "Remove hiddenapi-mappings and hiddenapi-list-docs." am: d5ed17de am: fcd3de32

Change-Id: I337ff9ff4b1a1de7eb49748e1f248b7bede3ac31
parents 72a3437c fcd3de32
Loading
Loading
Loading
Loading
+2 −36
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ droidstubs {
    api_filename: "public_api.txt",
    private_api_filename: "private.txt",
    removed_api_filename: "removed.txt",
    removed_dex_api_filename: "removed-dex.txt",
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
@@ -141,6 +142,7 @@ droidstubs {
    api_filename: "system-api.txt",
    private_api_filename: "system-private.txt",
    removed_api_filename: "system-removed.txt",
    removed_dex_api_filename: "system-removed-dex.txt",
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
@@ -341,42 +343,6 @@ java_library_static {
    ],
}

/////////////////////////////////////////////////////////////////////
// Stubs for hiddenapi processing.
/////////////////////////////////////////////////////////////////////

droidstubs {
    name: "hiddenapi-lists-docs",
    defaults: ["metalava-full-api-stubs-default"],
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
    removed_dex_api_filename: "removed-dex.txt",
    args: metalava_framework_docs_args +
        " --show-unannotated " +
        priv_apps +
        " --show-annotation android.annotation.TestApi ",
}

droidstubs {
    name: "hiddenapi-mappings",
    defaults: ["metalava-full-api-stubs-default"],
    srcs: [
        ":opt-telephony-common-srcs",
    ],

    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
    dex_mapping_filename: "dex-mapping.txt",
    args: metalava_framework_docs_args +
        " --hide ReferencesHidden " +
        " --hide UnhiddenSystemApi " +
        " --show-unannotated " +
        priv_apps +
        " --show-annotation android.annotation.TestApi ",
}

/////////////////////////////////////////////////////////////////////
// api/*-current.txt files for use by modules in other directories
// like the CTS test