commit | afc86da706c21f3a8998116f4859f816da6fec28 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jun 27 22:58:42 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Fri Jun 28 00:52:38 2024 -0700 |
tree | 3b05a5afd3a4429b6fe556230a207448dfc78a25 | |
parent | 00e53def6f32c9ed6f79dd2aa99ec61a45077740 [diff] |
libstagefright: 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 https://github.com/llvm/llvm-project/pull/96319. Bug: 349681543 Test: m libstagefright Change-Id: If6dd5edb7a6c83d5e3f37e21fd8fdfe41f1093cc