diff options
| author | 2023-01-31 14:09:01 -0800 | |
|---|---|---|
| committer | 2023-02-03 14:34:42 -0800 | |
| commit | 150f8b476d622b592ce9192aed2e106076f2f67e (patch) | |
| tree | 463a6c4e3b34c0af1c7d61f1cb40a12e0f452da1 /java/tests/Android.bp | |
| parent | 3a9ca304f41a13c42f13f8f26eb9a714de24a267 (diff) | |
Enable scrollable image preview view
Enable scrollable image preview view under a feature flag.
Bug: 262280076
Test: manual test
Test: atest IntentResolverUnitTests with the both flag values
Change-Id: I86050f1e9193412d15fb35a162a0405cf8287401
Diffstat (limited to 'java/tests/Android.bp')
| -rw-r--r-- | java/tests/Android.bp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/tests/Android.bp b/java/tests/Android.bp index a62c52e6..4e835ec8 100644 --- a/java/tests/Android.bp +++ b/java/tests/Android.bp @@ -21,11 +21,12 @@ 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", + "androidx.lifecycle_lifecycle-common-java8", + "androidx.lifecycle_lifecycle-extensions", + "androidx.lifecycle_lifecycle-runtime-ktx", "truth-prebuilt", "testables", "testng", |