Merge "Downgrade newly failing lint checks" into main am: bd6294cc9c

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2681380

Change-Id: Ia2366ed67b6f6fb5d6eeed52b75884f1797b69e3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Colin Cross
2023-08-04 17:41:03 +00:00
committed by Automerger Merge Worker

View File

@@ -122,3 +122,17 @@
--warning_check RemoteViewLayout
--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
--warning_check ObsoleteSdkInt
--warning_check ScheduleExactAlarm
--warning_check StartActivityAndCollapseDeprecated
--warning_check UnspecifiedRegisterReceiverFlag
--warning_check WearMaterialTheme
--warning_check WearStandaloneAppFlag