commit | a6a8b49b07217faafb15c410d972bad1223c29ce | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Sep 05 17:21:41 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Thu Sep 12 13:12:10 2024 -0700 |
tree | 67c0bb5947fc83d36b7578c06bb69f77a54118a4 | |
parent | 8980b897b26fbfaa5a0b7e4bfc2c711d8ede28cc [diff] |
powerstats: 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 MODULES-IN-hardware-google-pixel Flag: EXEMPT, refactor to fix build failure Change-Id: I4e126b4f67acf40edbbd62b5339107c4ad92d9a7