commit | cbb28eab671def4ba38d47c1b3f5602cebfbdd33 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Sep 12 13:15:56 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Sep 12 13:15:56 2024 -0700 |
tree | 6d33809ed738f3b78ab4f3167165dc364927c8af | |
parent | 6e5213ffd204bb7b05ecb824ba4ee13208fc3fc2 [diff] |
gs101: avoid vector<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 android.hardware.power.stats-impl.gs101 Flag: EXEMPT, refactor to fix build failure Change-Id: Ia66a69a9375971223b712d695f5ea5f2c1e26c19