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

Commit 2f856e08 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Use android.compat.annotation.UnsupportedAppUsage everywhere." am: cab872d5 am: b2a415a8 am: b6cf1ca3

Change-Id: Ia7aa16b9b799c386656f7c237e7d1b967d58c0cc
parents 9ebb72c7 b6cf1ca3
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",
    ],