Merge "Remove android-support-test lib from testutils."

This commit is contained in:
Treehugger Robot
2019-03-11 22:57:58 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ android_test {
"services.usage",
"guava",
"androidx.test.rules",
"hamcrest-library",
"mockito-target-minus-junit4",
"platform-test-annotations",
"ShortcutManagerTestUtils",

View File

@@ -19,7 +19,7 @@ java_library {
srcs: ["java/**/*.java"],
static_libs: ["android-support-test"],
static_libs: ["junit"],
libs: [
"android.test.runner",