diff options
Diffstat (limited to 'tests/InputMethodStressTest/Android.bp')
-rw-r--r-- | tests/InputMethodStressTest/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InputMethodStressTest/Android.bp b/tests/InputMethodStressTest/Android.bp index 84845c69fb27..58ceb3f3edf4 100644 --- a/tests/InputMethodStressTest/Android.bp +++ b/tests/InputMethodStressTest/Android.bp @@ -26,7 +26,7 @@ android_test { "compatibility-device-util-axt", "platform-test-annotations", "platform-test-rules", - "truth-prebuilt", + "truth", ], test_suites: [ "general-tests", |