commit | 29814f26deb640f5d42678fc31aa4b50c76c3190 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Tue Jun 18 14:53:10 2024 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Tue Jun 18 15:37:21 2024 +0000 |
tree | 7674a73888aceae389abbf1bd8ca80255db60214 | |
parent | 9659e345ebdeae53038ac1a1a86977eb9197e330 [diff] |
Define MotionEventFlag as an AIDL enum This allows us to loop through all enum values defined in AIDL in native code in a unit test to verify that they are all redefined in various languages. This will help catch missed flag redefinitions in presubmit rather than as runtime crashes. Bug: 346613247 Test: libinput_rust_test Flag: NONE no behavior change Change-Id: I48c5119e28a91315c3bbc561616eb48750bfb804