device_google_gs101/powerstats
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
..
include powerstats: expose display MRR state residency data provider 2024-01-29 06:23:49 +00:00
Android.bp powerstats: remove common data providers in specific directory 2022-01-05 07:32:47 +00:00
Gs101CommonDataProviders.cpp gs101: avoid vector<const T> 2024-09-12 13:15:56 -07:00