Grant external storage permission in macrobenchmarks
Fixes: 181169518
Test: ./gradlew bench:b-m:cC bench:b-m-j:cC
Test: ProcessSpeedProfileValidation
Additionally, make test dependencies explicit
Change-Id: Ie23fe90ade77e0450321801691c58e86575eae57
diff --git a/benchmark/macro-junit4/build.gradle b/benchmark/macro-junit4/build.gradle
index 5c33119..4556e2b 100644
--- a/benchmark/macro-junit4/build.gradle
+++ b/benchmark/macro-junit4/build.gradle
@@ -39,8 +39,9 @@
api("androidx.annotation:annotation:1.1.0")
api(project(":benchmark:benchmark-macro"))
implementation(project(":benchmark:benchmark-common"))
- implementation(ANDROIDX_TEST_EXT_JUNIT)
- implementation(ANDROIDX_TEST_UIAUTOMATOR)
+ implementation("androidx.test:rules:1.3.0")
+ implementation("androidx.test:runner:1.3.0")
+ implementation("androidx.test.uiautomator:uiautomator:2.2.0")
androidTestImplementation(project(":internal-testutils-ktx"))
androidTestImplementation(project(":tracing:tracing-ktx"))