diff options
author | 2024-08-27 15:50:19 -0700 | |
---|---|---|
committer | 2024-08-28 22:54:52 +0000 | |
commit | d888982146eca205a23bc872ede947e057538edd (patch) | |
tree | 7657898265b479e0485112fe19dc382603cb1af5 /build/apex/art_apex_test.py | |
parent | c4287192e1886f67c38056b4096b90ce91657f91 (diff) |
tests: 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 art_libartbase_tests art_profman_tests
Test: m MODULES-IN-art
Change-Id: Id5c5f1677bbeadf5fbc6023a40a0f5720782e933
Diffstat (limited to 'build/apex/art_apex_test.py')
0 files changed, 0 insertions, 0 deletions