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: I9d97dd780f126c5a4a6252ec6896df80bab433de
diff --git a/DeviceLockController/Android.bp b/DeviceLockController/Android.bp index 3124a53..746270e 100644 --- a/DeviceLockController/Android.bp +++ b/DeviceLockController/Android.bp
@@ -39,12 +39,12 @@ } genrule { - name: "statslog-devicelock-java-gen", - tools: ["stats-log-api-gen"], - cmd: "$(location stats-log-api-gen) --java $(out) --module devicelock" + - " --javaPackage com.android.devicelockcontroller" + - " --javaClass DevicelockStatsLog", - out: ["com/android/devicelockcontroller/DevicelockStatsLog.java"], + name: "statslog-devicelock-java-gen", + tools: ["stats-log-api-gen"], + cmd: "$(location stats-log-api-gen) --java $(out) --module devicelock" + + " --javaPackage com.android.devicelockcontroller" + + " --javaClass DevicelockStatsLog", + out: ["com/android/devicelockcontroller/DevicelockStatsLog.java"], } java_library { @@ -193,10 +193,6 @@ "devicelockcontroller-proto-lite", ], - lint: { - strict_updatability_linting: true, - }, - optimize: { proguard_flags_files: ["proguard.flags"], shrink_resources: true, @@ -226,10 +222,6 @@ "devicelockcontroller-proto-lite", ], - lint: { - strict_updatability_linting: true, - }, - optimize: { proguard_flags_files: ["proguard.flags"], shrink_resources: true,