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

Commit d0156ec1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "UnflaggedApi: Disable enforcement for @SystemApi for now" into main

parents e8e08726 8be0952e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -621,7 +621,6 @@ metalava_framework_docs_args = "" +
    "--api-lint-ignore-prefix org. " +
    "--error NoSettingsProvider " +
    "--error UnhiddenSystemApi " +
    "--error UnflaggedApi " +
    "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " +
    "--hide BroadcastBehavior " +
    "--hide CallbackInterface " +
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ droidstubs {
        "android-non-updatable-stubs-defaults",
        "module-classpath-stubs-defaults",
    ],
    args: metalava_framework_docs_args,
    args: metalava_framework_docs_args + "--error UnflaggedApi ",
    check_api: {
        current: {
            api_file: ":non-updatable-current.txt",