Merge "resolve merge conflicts of 4d213e5856 to pi-dev-plus-aosp" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
b0795638f1
21
Android.bp
21
Android.bp
@@ -1038,8 +1038,8 @@ droiddoc {
|
||||
"api/current.txt",
|
||||
],
|
||||
api_filename: "public_api.txt",
|
||||
private_api_filename: "private.txt",
|
||||
removed_api_filename: "removed.txt",
|
||||
removed_dex_api_filename: "removed-dex.txt",
|
||||
args: framework_docs_args + " -referenceonly -nodocs",
|
||||
}
|
||||
|
||||
@@ -1108,6 +1108,25 @@ java_library_static {
|
||||
],
|
||||
}
|
||||
|
||||
droiddoc {
|
||||
name: "hiddenapi-lists",
|
||||
defaults: ["framework-docs-default"],
|
||||
arg_files: [
|
||||
"core/res/AndroidManifest.xml",
|
||||
":api-version-xml",
|
||||
"core/java/overview.html",
|
||||
":current-support-api",
|
||||
],
|
||||
private_dex_api_filename: "private-dex.txt",
|
||||
removed_dex_api_filename: "removed-dex.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