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

Commit 2848c8ec authored by Cole Faust's avatar Cole Faust
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: Ieb445db09b69f88d44d86c0f550bf414bb6c59e7
parent c53d0f2e
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -59,10 +59,6 @@ java_defaults {

    sdk_version: "system_current",
    min_sdk_version: "29",

    lint: {
        strict_updatability_linting: true,
    },
}

platform_compat_config {
@@ -77,7 +73,6 @@ java_library {
    ],
    lint: {
        strict_updatability_linting: true,

    },
}

@@ -112,7 +107,6 @@ android_library {
    target_sdk_version: "33",
    min_sdk_version: "29",
    lint: {
        strict_updatability_linting: true,
        baseline_filename: "lint-baseline.xml",
    },
}
@@ -129,9 +123,6 @@ android_library {
    sdk_version: "system_current",
    target_sdk_version: "33",
    min_sdk_version: "29",
    lint: {
        strict_updatability_linting: true,
    },
}

android_app {
@@ -153,7 +144,4 @@ android_app {

    min_sdk_version: "29",
    updatable: true,
    lint: {
        strict_updatability_linting: true,
    },
}