commit | 984f40b9cdd9e19554eb662378bf74a77c4651ff | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed May 18 09:45:54 2022 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Jun 14 17:09:25 2022 -0700 |
tree | 4dc3fa887dc20a35a08c0fec66c10b7294f22371 | |
parent | 0a448ac7ce04fae4f6631a78ec9314873fa7c577 [diff] |
Avoid using KeyedVector in KeyLayoutMap There's a supported alternative, std::unordered_map, that we should be using instead. Bug: 228005926 Test: atest libinput_tests inputflinger_tests Merged-In: Ia1f41d17d7ee912534edffe1a1e7655866fa54c6 Change-Id: Ia1f41d17d7ee912534edffe1a1e7655866fa54c6 (cherry picked from commit 577962e532f235c67ea037f0fd7754834b1ff662)