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

Commit 0b5f738f 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 am: 4500790a

am: c47c718a

Change-Id: I7d35a2de0b5fe8c4fe9e4994de910b64c63da2b8
parents 09d6bd8a c47c718a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1194,6 +1194,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: [