Merge "resolve merge conflicts of 4d213e5856 to pi-dev-plus-aosp" into pi-dev-plus-aosp

This commit is contained in:
David Brazdil
2018-05-02 13:57:41 +00:00
committed by Android (Google) Code Review

View File

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