diff options
Diffstat (limited to 'java/tests/Android.bp')
| -rw-r--r-- | java/tests/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/tests/Android.bp b/java/tests/Android.bp index 2913d128..4e835ec8 100644 --- a/java/tests/Android.bp +++ b/java/tests/Android.bp @@ -21,11 +21,16 @@ android_test { "IntentResolver-core", "androidx.test.rules", "androidx.test.ext.junit", + "androidx.test.espresso.contrib", "mockito-target-minus-junit4", "androidx.test.espresso.core", + "androidx.lifecycle_lifecycle-common-java8", + "androidx.lifecycle_lifecycle-extensions", + "androidx.lifecycle_lifecycle-runtime-ktx", "truth-prebuilt", "testables", "testng", + "kotlinx_coroutines_test", ], test_suites: ["general-tests"], sdk_version: "core_platform", |