Merge "Consolidate testing for input changes" into tm-dev am: 648717a3b1 am: 978c20b808

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18186410

Change-Id: I73c015e86cd5a9c0ac990f291c7358e1dfcd62ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Prabir Pradhan
2022-05-16 14:33:22 +00:00
committed by Automerger Merge Worker
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"
}
]
}