0

Roll R8 from EQKzOXcfxGc6pp0Ny... to SfTjETaHqxbqyJ2oM...

With added warning suppression

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: luci.chrome.try:android-internal-binary-size
Bug: None
Change-Id: I66793a4d8f7196762433067cab236e998ba4783d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5845391
Reviewed-by: Sam Maier <smaier@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1352792}
This commit is contained in:
Andrew Grieve
2024-09-09 16:24:54 +00:00
committed by Chromium LUCI CQ
parent 698a6261a2
commit 5d48b12e78
2 changed files with 3 additions and 1 deletions
DEPS
build/android/gyp

2
DEPS

@ -2406,7 +2406,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': 'EQKzOXcfxGc6pp0NyDCDBQYJ68PTOs19P4zEraID18kC',
'version': 'SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C',
},
],
'condition': 'checkout_android and non_git_source',

@ -59,6 +59,8 @@ _IGNORE_WARNINGS = (
r'Missing class android.adservices.common.AdServicesOutcomeReceiver',
# We enforce that this class is removed via -checkdiscard.
r'FastServiceLoader\.class:.*Could not inline ServiceLoader\.load',
# Happens on internal builds. It's a real failure, but happens in dead code.
r'(?:GeneratedExtensionRegistryLoader|ExtensionRegistryLite)\.class:.*Could not inline ServiceLoader\.load', # pylint: disable=line-too-long
# Ignore MethodParameter attribute count isn't matching in espresso.
# This is a banner warning and each individual file affected will have