Add TEST_MAPPING for InputMethodStressTest.

Bug: 195468725
Test: atest --dry-run --test-mapping frameworks/base/tests/InputMethodStressTest:presubmit
Change-Id: I4cf126240f162cd45597ebcc232ccedb80abc745
This commit is contained in:
Kohsuke Yatoh 2021-10-08 22:34:45 +00:00
parent 451d8a60b6
commit 6b94ea578b

View File

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "InputMethodStressTest"
}
]
}