Merge "Use android.compat.annotation.UnsupportedAppUsage everywhere."

This commit is contained in:
Treehugger Robot
2020-01-14 22:50:44 +00:00
committed by Gerrit Code Review

View File

@@ -121,8 +121,10 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
doc_defaults { doc_defaults {
name: "framework-docs-default", name: "framework-docs-default",
libs: framework_docs_only_libs + libs: framework_docs_only_libs + [
["stub-annotations"], "stub-annotations",
"unsupportedappusage",
],
html_dirs: [ html_dirs: [
"docs/html", "docs/html",
], ],