device_google_zuma/powerstats
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
..
include powerstats: expose display MRR state residency data provider 2023-12-20 20:21:13 +08:00
Android.bp Create device Ripcurrent on Zuma platform 2022-04-19 12:55:56 +08:00
ZumaCommonDataProviders.cpp zuma: avoid vector<const T> 2024-09-13 09:25:49 -07:00