commit | 166a5af1ee89df2d3ac333f99f859fc446d1f3e1 | [log] [tgz] |
---|---|---|
author | Cody Heiner <codyheiner@google.com> | Fri Jul 07 12:25:00 2023 -0700 |
committer | Cody Heiner <codyheiner@google.com> | Fri Jul 07 15:52:11 2023 -0700 |
tree | a4b7ace5f524910e59f443c7554feeb2de0222a9 | |
parent | 3e56f7e70206c19e4846f368bb182d6b58f87d7c [diff] |
Split EventBuilders.h The `NotifyArgs.h` header is only available within inputflinger. Therefore, the builders that rely on NotifyArgs need to be defined in inputflinger, while MotionEvent-related builders can be defined in libinput (so they can be used in libinput tests). Test: `atest surfaceflinger_tests` passes. Bug: 268245099 Change-Id: I9c9013d3fb8799bba0fa93a0d7dafd3b6b56a583