Merge "Disable new lint checks from Android Studio" am: 34127be4e9
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2383132 Change-Id: Icc1c1475d980f88bd08481f597e6003933e5906d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
# NewApi checks will continue to be enforced for apex deps since
|
||||
# lint.strict_updatability_linting will be true for those Soong modules
|
||||
--disable_check NewApi
|
||||
# Disable ChromeOS specific checks
|
||||
--disable_check PermissionImpliesUnsupportedChromeOsHardware
|
||||
# Disable UnsafeImplicitIntentLaunch until it can avoid false positives/crash
|
||||
# TODO(265425607)
|
||||
--disable_check UnsafeImplicitIntentLaunch
|
||||
# InvalidId will give errors on ids defined like android:id="@androidprv:id/contentPanel"
|
||||
--disable_check InvalidId
|
||||
|
||||
# Downgrade existing errors to warnings
|
||||
--warning_check AppCompatResource # 55 occurences in 10 modules
|
||||
|
Reference in New Issue
Block a user