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