commit | aa9e9d25f15c100e7da87f6465ba50b45f7bf552 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Aug 05 11:13:31 2022 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Mon Aug 08 14:09:20 2022 -0700 |
tree | 839caf6cfcbdfaa5c490afb006bf82ea05c007e9 | |
parent | f29711cf60a1561306a23622a6f16b2cee414376 [diff] |
Use std::list to store Behavior objects There's a bug about behavior being null. It's not clear how it gets there, but before this CL, there was a custom implementation of linked list to store the behaviours. Instead of implementing a custom linked list, let's switch over to std::list to remove the possibility of this bug. Bug: 238626341 Test: atest libinput_tests inputflinger_tests KeyCharacterMapTest Change-Id: I98e20de7d40b74e4af085cdafb68f867e6ebfe19