commit | 1af0b2d8c0a3101ce0faa6e8a648729de659eb7d | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Mon Feb 19 15:59:34 2024 +0000 |
committer | Victor Chang <vichang@google.com> | Mon Feb 19 16:04:40 2024 +0000 |
tree | 377307af1550e17bf3085daa1ffb0566fb601712 | |
parent | c06b75516cadfcae0942911a43ecbe27110c700c [diff] |
Avoid NoSuchMethodError of List.removeFirst() on 24Q2 It's a temporary problem on 24Q2 before the new API lands on 24Q3. In this CL, the callsite is fixed to avoid calling the API that doesn't exist on 24Q2. This CL tries to fix the problem caused between mainline and the new flag system. Flag: None Bug: 325223792 Test: m droid Change-Id: I7456705607f4a08c40cbdf86260ef60789c74406