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 |
||
---|---|---|
.. | ||
include | ||
Android.bp | ||
ZumaProCommonDataProviders.cpp |