device_google_gs201/powerstats
Ryan Prichard c92b81622d gs201: 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.gs201
Flag: EXEMPT, refactor to fix build failure
Change-Id: Ic355f68c4ebb09e204ea3fb4822940aad07ccd7b
2024-09-12 13:18:03 -07:00
..
include powerstats: expose display MRR state residency data provider 2024-01-29 05:59:52 +00:00
Android.bp powerstats: remove common data providers in specific directory 2022-01-04 06:14:51 +00:00
Gs201CommonDataProviders.cpp gs201: avoid vector<const T> 2024-09-12 13:18:03 -07:00