Merge "Downgrade newly failing lint checks" into main am: bd6294cc9c am: fb426396d2 am: b2e9f2caf9 am: 30849b097a

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

Change-Id: I23f2fa9e335e915382b165952ee84aec73d268cf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Colin Cross
2023-08-04 19:53:41 +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