diff options
author | Brett Chabot <brettchabot@google.com> | 2018-11-05 21:21:35 -0800 |
---|---|---|
committer | Brett Chabot <brettchabot@google.com> | 2018-11-06 10:48:19 -0800 |
commit | ec6bcbceee8fed0f99d1d5d1760b74eead98668a (patch) | |
tree | edf3c2b8c133840243794026f1397d7ba970b514 /tests | |
parent | aad97b2341ba9999ffc47d26dbf6722a98177ff3 (diff) |
Fix FrameworksServicesTests:StorageManagerServiceTest
Use androidx.test not android.support.test.
And remove android.support.test from build by removing unnecessary
frameworks-base-testutils > android.support.test dependency
Bug: 117990406
Test: m checkbuild; atest FrameworksServicesTests:StorageManagerServiceTest
Change-Id: Ia825e0926b46855f9056739441cb21a065692076
Diffstat (limited to 'tests')
-rw-r--r-- | tests/utils/testutils/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/testutils/Android.bp b/tests/utils/testutils/Android.bp index 4be6534ce857..0a9e964d8d8d 100644 --- a/tests/utils/testutils/Android.bp +++ b/tests/utils/testutils/Android.bp @@ -19,7 +19,7 @@ java_library { srcs: ["java/**/*.java"], - static_libs: ["android-support-test"], + static_libs: ["junit"], libs: [ "android.test.runner", |