summaryrefslogtreecommitdiff
path: root/tests/BlobStoreTestUtils/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BlobStoreTestUtils/Android.bp')
-rw-r--r--tests/BlobStoreTestUtils/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/BlobStoreTestUtils/Android.bp b/tests/BlobStoreTestUtils/Android.bp
index 829c883913e1..5c7c68b57ba1 100644
--- a/tests/BlobStoreTestUtils/Android.bp
+++ b/tests/BlobStoreTestUtils/Android.bp
@@ -15,6 +15,9 @@
java_library {
name: "BlobStoreTestUtils",
srcs: ["src/**/*.java"],
- static_libs: ["truth-prebuilt"],
+ static_libs: [
+ "truth-prebuilt",
+ "androidx.test.uiautomator_uiautomator",
+ ],
sdk_version: "test_current",
} \ No newline at end of file