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

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

Merge "Use enabled: false to disable errorprone"

parents 4db4d570 2fd661b2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ java_library_host {
    },
    // Protos have lots of MissingOverride and similar.
    errorprone: {
        javacflags: ["-XepDisableAllChecks"],
        enabled: false,
    },
}

@@ -124,6 +124,10 @@ java_library {
        "libs/incident/proto/android/os/**/*.proto",
        ":service-permission-protos",
    ],
    // Protos have lots of MissingOverride and similar.
    errorprone: {
        enabled: false,
    },
}

// ====  java proto device library (for test only)  ==============================
@@ -150,7 +154,7 @@ java_library {
    sdk_version: "core_current",
    // Protos have lots of MissingOverride and similar.
    errorprone: {
        javacflags: ["-XepDisableAllChecks"],
        enabled: false,
    },
}