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

Commit c47c718a 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

Change-Id: Idc214d73fcf555ac15f865cc9be60909399170f8
parents 0da8f407 4500790a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1193,6 +1193,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: [