commit | 553d288000609f31281fc78e4af72acef0d7f162 | [log] [tgz] |
---|---|---|
author | Yabin Huang <[email protected]> | Wed Jul 24 14:08:47 2024 -0700 |
committer | Yabin Huang <[email protected]> | Wed Jul 24 14:08:47 2024 -0700 |
tree | 470b31f507870a207f4382f4eca1840c8682aa9d | |
parent | 6a3e6b1ae2bbf2eab928c03f46b05224b3d127dd [diff] |
Fix failed ConcurrentMultiSessionImeTest Bug: 350562427 Test: atest ConcurrentMultiSessionImeTest Flag: TEST_ONLY Change-Id: I67732f21b05102d34cbe5729d8df59e98a6ef4e3
diff --git a/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp b/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp index 4c531b8..a4085e5 100644 --- a/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp +++ b/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp
@@ -23,6 +23,7 @@ resource_dirs: ["res"], libs: ["android.test.runner"], static_libs: [ + "androidx.core_core", "androidx.test.ext.junit", "androidx.test.rules", "compatibility-device-util-axt",