commit | bd5c270b2d7a2bb1b3ab6b8749c064842bd96da3 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Aug 07 14:40:14 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Aug 07 14:40:38 2024 -0700 |
tree | 6d6e9013cc00ede8fae41f2b5eecb2cd0e3d4dac | |
parent | 7e47435fc1a09ed7fce93c9a7acef65a57000277 [diff] |
inputflinger: avoid vector<const T> A container of const T uses std::allocator<const T>, which was an undocumented libc++ extension that has been removed. See llvm.org/PR96319. Bug: http://b/349681543 Test: m inputflinger Change-Id: I4ea703abd6bfcec5b361b638ee1a63c852854b94