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

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

Merge "Enable Explicit API mode and sysui lint for pods" into main

parents 1f96aeb3 a1ff8998
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,7 +26,12 @@ java_defaults {
    libs: [
        "jsr330",
    ],
    lint: {
        extra_check_modules: ["SystemUILintChecker"],
        warning_checks: ["MissingApacheLicenseDetector"],
    },
    kotlincflags: [
        "-Xexplicit-api=warning",
        "-Xjvm-default=all",
    ],
    defaults_visibility: [":__subpackages__"],