device_google_zumapro/powerstats
Ryan Prichard 678b37960e zumapro: 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.zumapro
Flag: EXEMPT, refactor to fix build failure
Change-Id: I96ab1eb2caf092008cc573949a1529c057ee4bb1
2024-09-12 12:27:36 -07:00
..
include powerstats: merge two callback data providers to single 2024-04-17 16:11:25 +08:00
Android.bp init zumapro from zuma sha 4daedb8feb4d4 2023-03-31 15:10:16 +00:00
ZumaProCommonDataProviders.cpp zumapro: avoid vector<const T> 2024-09-12 12:27:36 -07:00