commit | 53f0a5e01c0b24d0ed18dd926b7959e21a883540 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed May 18 09:45:54 2022 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Fri Jun 10 20:23:41 2022 +0000 |
tree | d30d27956be6b3a95356019656e8309b1e500e29 | |
parent | 145c9735fa3ed34a0accfb9c8a7e2bb1b1935f88 [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)