commit | 658fdc7dd6df246b6873d02cbbb94e0f79f5cc33 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 23:23:21 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 01:00:00 2024 -0700 |
tree | cd59931b917dba8fdc440e5dcb65d3c67ec229ad | |
parent | 40800e1b0eed45e30c3f05e0e9829be2f83a7fc4 [diff] |
libcompositionengine: avoid vector<const T> A container of const T uses std::allocator<const T>, which was an undocumented libc++ extension that has been removed. See https://github.com/llvm/llvm-project/pull/96319. Bug: 349681543 Test: m libcompositionengine Change-Id: I359350a298fc9a59c0ca925a36f753ac3fb3b64e