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

Commit b047e1aa authored by Sunny Shao's avatar Sunny Shao
Browse files

Add a linter requiring Nullability Annotations

-This linter only check Java source and its public methods.
-Apply to method return type not primitives or void.
-Apply to method parameters not primitives.

Bug: 307770597
Test: manual test
Change-Id: I372168fb7dbe6c45803994c931bb5d103cf66169
parent accd9ca2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -118,6 +118,10 @@ android_library {
        "telephony-common",
        "ims-common",
    ],

    lint: {
        extra_check_modules: ["SettingsLibLintChecker"],
    },
}

platform_compat_config {