Merge "Add build rule for API->source mapping."
This commit is contained in:
18
Android.bp
18
Android.bp
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user