commit | fce22a44c7089d5ada4eaf0133a5f86e71021590 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Aug 13 18:14:08 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Aug 23 15:50:58 2024 -0700 |
tree | 10247d0b062681fdb9e6ad681778634310ab1a35 | |
parent | 30b1a88a5e7465e0f557fb52e0a778e508aa5706 [diff] |
binder: 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 libbinder_on_trusty_mock Test: m MODULES-IN-frameworks-native Change-Id: Ibdd9b30c6e913b0785250b2a034ca3b193355032