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

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

Merge "Demote Lint FlaggedApi violations to warnings" into main

parents 7a304964 3b1ec475
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -511,6 +511,9 @@ java_library {
    },
    lint: {
        baseline_filename: "lint-baseline.xml",
        warning_checks: [
            "FlaggedApi",
        ],
    },
    jarjar_prefix: "com.android.internal.hidden_from_bootclasspath",
}
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ java_sdk_library {
    },
    lint: {
        baseline_filename: "lint-baseline.xml",
        warning_checks: [
            "FlaggedApi",
        ],
    },
}

+3 −0
Original line number Diff line number Diff line
@@ -239,6 +239,9 @@ java_library_static {
    ],
    lint: {
        baseline_filename: "lint-baseline.xml",
        warning_checks: [
            "FlaggedApi",
        ],
    },
}