Commit fce22a4
committed
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: Ibdd9b30c6e913b0785250b2a034ca3b1933550321 parent 30b1a88 commit fce22a4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments