4ed3c2fb256a9887af7bb1208dc822ab3606b208
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
Description
No description provided
Languages
C++
64.1%
Makefile
23%
PureBasic
9.9%
C
1.4%
Java
1.3%
Other
0.3%