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

Commit 2450d690 authored by Cole Faust's avatar Cole Faust Committed by William Escande
Browse files

Remove strict_updatability_linting: true

strict_updatability_linting has been disabled for a while now, due to
an expansion in scope of the NewApi check. We're going to re-enable
it now, but doing so requires removing it from all modules that have
baselined NewApi issues.

Bug: 320698986
Test: Presubmits
Change-Id: I067b5b860a12dd276d624037a05e1e8960913399
Flag: Exempt, Build change
parent 38a6e1b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -296,9 +296,7 @@ android_app {
            "UseSparseArrays",
            "UseValueOf",
        ],
        strict_updatability_linting: true,
        baseline_filename: "lint-baseline.xml",

    },

    optimize: {