Android: Suppress d8 warning about MethodHandle.invoke
Guava is adding a guarded reference to this. There is a -dontwarn to silence the warning for R8, but we need to silence it for D8 as well. Bug: 408280256 Change-Id: Id52586533545006b96e26a1c51c8c89301270df1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6432327 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442546}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ac853e1e33
commit
14e6e3b1e6
@ -32,6 +32,8 @@ DEFAULT_IGNORE_WARNINGS = (
|
||||
r'Running R8 version main',
|
||||
# https://issuetracker.google.com/327611582
|
||||
r'The companion object Companion could not be found',
|
||||
# https://crbug.com/408280256
|
||||
r'MethodHandle.invoke',
|
||||
)
|
||||
|
||||
_MERGE_SERVICE_ENTRIES = (
|
||||
|
Reference in New Issue
Block a user