Consolidate testing for input changes

Make sure a consistent and comprehensive set of tests run when parts of
the input pipeline are changed.

Bug: 231623960
Test: presubmit
Change-Id: I08cd9966d436d21694e26b81aaf9c141cea47595
This commit is contained in:
Prabir Pradhan
2022-05-05 20:49:15 +00:00
parent d4fd3a112b
commit 9c54e12337
3 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/native/services/inputflinger"
}
]
}

View File

@@ -1,7 +1,7 @@
{
"presubmit": [
{
"name": "libinputservice_test"
}
]
"imports": [
{
"path": "frameworks/native/services/inputflinger"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/native/services/inputflinger"
}
]
}