diff options
author | Chris Ye <lzye@google.com> | 2020-08-07 09:15:19 -0700 |
---|---|---|
committer | Chris Ye <lzye@google.com> | 2020-08-19 09:12:11 -0700 |
commit | 3c5b8093879bec2fb65eebd2a190cac5c70e1794 (patch) | |
tree | aaf5fa99f2336b9d704d843d360a9b83b097d148 /PREUPLOAD.cfg | |
parent | 6fd5ba3a44d738f952de95b16180c7d3eb6e0fe7 (diff) |
Add "uinput" command to support uinput device.
Add support of uinput device with "uinput" shell command, allows user to
create a virtual uinput device and inject events to it, for input
framework testing.
Bug: 160360195
Bug: 163217897
Test: run uinput command from adb shell.
Change-Id: Ic885ae510d98fa282722f7a17d66778c15a893b6
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 2fd2e33bbc37..fc5efc6e03ac 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -6,6 +6,7 @@ clang_format = true clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp cmds/hid/ cmds/input/ + cmds/uinput/ core/jni/ libs/input/ services/core/jni/ |