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

Commit 4500790a authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Add build rule for API->source mapping."

am: b4919259

Change-Id: I616da3024e5d310ae6993b4437611cb188c8145a
parents ccee79d9 b4919259
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1175,6 +1175,24 @@ droiddoc {
          " -showAnnotation android.annotation.TestApi",
}

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

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