commit | d3e4d3a3e0dfb0a076fbcb28ea92e70898f374b8 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Oct 01 16:07:20 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Tue Oct 01 16:09:05 2024 -0700 |
tree | 428f8f182af6e86183e307285b6591acb3345812 | |
parent | fdd4b4ec057692bb2c6bd9e48e801ee159411f17 [diff] |
VtsHalMediaOmx: avoid std::set and std::vector of const T These containers use std::allocator<const T>, which is an undocumented libc++ extension to the C++ standard library. The extension was removed in llvm.org/PR96319. Use an ordinary non-const T instead. Bug: http://b/349681543 Test: m VtsHalMediaOmxV1_0TargetStoreTest Flag: EXEMPT, refactor to fix build failure Change-Id: I5b5ceed1d2618b7ce1f979242f33f6bc92df0545