commit | 40800e1b0eed45e30c3f05e0e9829be2f83a7fc4 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 23:03:32 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 01:00:00 2024 -0700 |
tree | 56c786df22e323b6008cbe82c95fbe3822ef0fd6 | |
parent | 994989902a02e97f371a7ac86845d9a9eba48553 [diff] |
librenderengine: 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 librenderengine Change-Id: I4c0f5adb94415777f832217bc8115e04de6186c5