From 7b9c1e906542ba1abf9d55cae4e8dc503d55bd16 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 22 Aug 2023 18:33:58 +0000 Subject: [PATCH] Reland: Re-enable checks that pass in udc-dev-plus-aosp and downstream This relands Ifa581e8d346cf7e70387d6aa3135203d6a7d621b after fixes to the manifests of modules that didn't pass the new lint checks. Bug: 294098365 Test: treehugger Test: https://android-build.googleplex.com/builds/abtd/run/L56200000962810233 Test: https://android-build.googleplex.com/builds/abtd/run/L49700000962810033 Change-Id: I82129ef29025f35c0f4fc20f2d892c0af39d76ae --- java/lint_defaults.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index 8494d029e..a4dbb17e4 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -123,10 +123,6 @@ --warning_check SupportAnnotationUsage --warning_check UniqueConstants -# TODO(b/294098365): these checks fail in AOSP, but pass downstream ---warning_check ForegroundServiceType ---warning_check MutableImplicitPendingIntent - --warning_check ExactAlarm --warning_check ExpiredTargetSdkVersion --warning_check ForegroundServicePermission