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

This commit is contained in:
Mathew Inwood
2018-07-10 17:12:37 +00:00
committed by Gerrit Code Review

View File

@@ -1052,6 +1052,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: [