commit | a1e5831856d72fcd6deba1f7eb123f152edda597 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Aug 13 18:19:05 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Sep 11 16:39:02 2024 -0700 |
tree | 46c5bf5737c076b74a5ee03668d8a92a089a9d11 | |
parent | 07889b169e47891128bc42753439e157f9609e9f [diff] |
inputflinger: 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 inputflinger_tests Test: m MODULES-IN-frameworks-native Flag: EXEMPT bugfix Change-Id: I3f00fa6eeedabdf72a2da01abdd8b2a0f3bddd78