Loading Android.bp +19 −2 Original line number Diff line number Diff line Loading @@ -922,9 +922,7 @@ droiddoc { ], api_filename: "public_api.txt", private_api_filename: "private.txt", private_dex_api_filename: "private-dex.txt", removed_api_filename: "removed.txt", removed_dex_api_filename: "removed-dex.txt", args: framework_docs_args + " -referenceonly -nodocs", } Loading Loading @@ -993,6 +991,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: [ Loading Loading
Android.bp +19 −2 Original line number Diff line number Diff line Loading @@ -922,9 +922,7 @@ droiddoc { ], api_filename: "public_api.txt", private_api_filename: "private.txt", private_dex_api_filename: "private-dex.txt", removed_api_filename: "removed.txt", removed_dex_api_filename: "removed-dex.txt", args: framework_docs_args + " -referenceonly -nodocs", } Loading Loading @@ -993,6 +991,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: [ Loading