commit | 81e8b16dac3a2649f95f32a1e0fc1b25c178d33d | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Mon Sep 14 22:10:11 2020 -0500 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Sep 22 20:35:32 2020 +0000 |
tree | 99ab2842706de9b019a6c01c0893d29a04cdfb10 | |
parent | 411b8e6f5554a8af505ad1768194f156c75c0769 [diff] |
Use vector instead of VLA in solveLeastSquares For simpler tracking of the sizes of the arrays, use vector instead of VLA. Also, VLA is not part of c++ standard. It's also being removed from the kernel code. Bug: 167946721 Test: atest libinput_tests Change-Id: I03e5ad934bc3d9f451c76d0415c6a1254ec0053a