Ryan Prichard cbb28eab67 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
2024-09-12 13:15:56 -07:00
2021-05-18 00:03:56 +00:00
2024-02-22 17:54:36 +00:00
2024-04-15 10:06:28 +00:00
2024-01-19 06:36:07 +00:00
2024-09-12 13:15:56 -07:00
2024-06-28 23:08:21 +00:00
2021-03-06 16:31:12 +08:00
Description
No description provided
494 MiB
Languages
C++ 69.9%
Makefile 28.1%
Java 2%