summaryrefslogtreecommitdiff
path: root/tests/BlobStoreTestUtils/Android.bp
diff options
context:
space:
mode:
authorSudheer Shanka <sudheersai@google.com>2020-05-25 15:40:21 -0700
committerSudheer Shanka <sudheersai@google.com>2020-05-26 15:02:00 -0700
commit90ac4a69db4abb18cb8957578cb053b2ee143ca8 (patch)
tree7c7c54e2c262fc4a4f67ede9b3e7bb9eb27f75c5 /tests/BlobStoreTestUtils/Android.bp
parentd8d0efefe78497d5655f2c4969964c92e289a00b (diff)
Update a couple of blobstore params to be configurable.
Instead of hardcoding values for IDLE_JOB_PERIOD_MS and SESSION_EXPIRY_TIMEOUT_MS, make them configurable. Bug: 157503601 Test: atest --test-mapping apex/blobstore Change-Id: I4846a98144224873444d4d73b2bedde258992ac4
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