Commit cfa03e75fe6fdc93820c0fb3629a0fc33581846c

Cole Faust 2025-02-03T11:56:01

Replace .toList() with .collect() .toList() was introduced to android in api level 34, which is newer than angle's min_sdk_version. This was found during an android lint update. Replace it with .collect(Collectors.joining(",")). Bug: b/394096385 Test: Presubmits Change-Id: I053adfa7f8e1d6d9758413f789115eee7d66fd7a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6226327 Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com> Reviewed-by: Cody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>