| commit | 0cba3b55e2f85cfa46cc929b099b5eed0382dba6 | [log] [tgz] |
|---|---|---|
| author | Ryan Prichard <rprichard@google.com> | Tue Aug 13 18:21:49 2024 -0700 |
| committer | Ryan Prichard <rprichard@google.com> | Fri Aug 23 15:58:57 2024 -0700 |
| tree | be4ed1c5a3d3c655f96b1cffe436d03ede6f748d | |
| parent | 30b1a88a5e7465e0f557fb52e0a778e508aa5706 [diff] |
installd: 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 installd_dexopt_test Test: m MODULES-IN-frameworks-native Change-Id: Ib4bdefbfd0d5ab5802d360253daeb697124a3128