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

Commit c859c809 authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "Build same hidden API lists as in pi-dev"

parents 0835de9e 96c9cbc1
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
@@ -922,9 +922,7 @@ droiddoc {
    ],
    api_filename: "public_api.txt",
    private_api_filename: "private.txt",
    private_dex_api_filename: "private-dex.txt",
    removed_api_filename: "removed.txt",
    removed_dex_api_filename: "removed-dex.txt",
    args: framework_docs_args + " -referenceonly -nodocs",
}

@@ -993,6 +991,25 @@ java_library_static {
    ],
}

droiddoc {
    name: "hiddenapi-lists",
    defaults: ["framework-docs-default"],
    arg_files: [
        "core/res/AndroidManifest.xml",
        ":api-version-xml",
        "core/java/overview.html",
        ":current-support-api",
    ],
    private_dex_api_filename: "private-dex.txt",
    removed_dex_api_filename: "removed-dex.txt",
    args: framework_docs_args +
          " -referenceonly" +
          " -nodocs" +
          " -showUnannotated" +
          " -showAnnotation android.annotation.SystemApi" +
          " -showAnnotation android.annotation.TestApi",
}

filegroup {
    name: "apache-http-stubs-sources",
    srcs: [