Ryan Prichard 4ed3c2fb25 zuma: 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.zuma
Flag: EXEMPT, refactor to fix build failure
Change-Id: I47d0b3a441ab4ec8dd2ad8e794ae84f184d0d40f
2024-09-13 09:25:49 -07:00
2022-04-19 12:45:55 +08:00
2024-04-12 05:08:15 +00:00
2022-04-19 12:45:55 +08:00
2024-01-16 21:22:58 -08:00
2022-04-19 12:45:55 +08:00
2024-09-13 09:25:49 -07:00
2023-04-21 17:42:45 +00:00
2022-04-19 12:45:55 +08:00
2022-04-19 12:45:55 +08:00
2022-04-19 12:45:55 +08:00
2022-04-19 12:45:55 +08:00
2023-04-18 07:30:27 +00:00
Description
No description provided
18 MiB
Languages
C++ 64.1%
Makefile 23%
PureBasic 9.9%
C 1.4%
Java 1.3%
Other 0.3%