Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2a415a8 authored by Artur Satayev's avatar Artur Satayev Committed by android-build-merger
Browse files

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

am: cab872d5

Change-Id: I061e190c2f7e7664fc029d01db4c862dc8e95ef9
parents 8c127e29 cab872d5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -121,8 +121,10 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif

doc_defaults {
    name: "framework-docs-default",
    libs: framework_docs_only_libs +
        ["stub-annotations"],
    libs: framework_docs_only_libs + [
        "stub-annotations",
        "unsupportedappusage",
    ],
    html_dirs: [
        "docs/html",
    ],