Merge "Consolidate testing for input changes" into tm-dev

This commit is contained in:
Prabir Pradhan
2022-05-16 13:22:00 +00:00
committed by Android (Google) Code Review
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": [ "imports": [
{ {
"name": "libinputservice_test" "path": "frameworks/native/services/inputflinger"
} }
] ]
} }

View File

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