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