diff options
-rw-r--r-- | Android.bp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp index 764c85eee..1d9d68919 100644 --- a/Android.bp +++ b/Android.bp @@ -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, - }, } |