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

am: bc18cc9b19

Change-Id: I6931a899078460e8879b6c0f5b3dcb1f8d55b884
This commit is contained in:
Ian Kasprzak
2019-03-11 16:51:41 -07:00
committed by android-build-merger
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",