commit | 4f13b13aac146c87f1dbba3bbd877eaa4129b26f | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Sep 04 17:34:25 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Sep 04 17:45:14 2024 -0700 |
tree | c1d549e78661a41bc39d8994def92a5d3a78b351 | |
parent | 942e372dd8d4dd1bfe68d65a5d3bb9dac7e009be [diff] |
[fastboot+init] avoid std::allocator<const T> std::vector<const T> uses 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 fuzzy_fastboot CtsInitTestCases Test: m MODULES-IN-system-core Flag: EXEMPT, refactor to fix build failure Change-Id: Ia98a2f090e87541fd35a89bd75bf9638bc7dc711