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

am: 4500790a81

Change-Id: Idc214d73fcf555ac15f865cc9be60909399170f8
This commit is contained in:
Mathew Inwood
2018-07-10 11:51:02 -07:00
committed by android-build-merger

View File

@@ -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: [