diff options
author | 2018-12-13 19:06:42 -0800 | |
---|---|---|
committer | 2018-12-13 19:06:42 -0800 | |
commit | c05a70a4ca769664f2315fff1f3bf3cb2ce3e300 (patch) | |
tree | 3a7b237b2281c04af97d305524e5196c3cc6239b /tests/Android.bp | |
parent | f7b80bb317e7be97a02975b54388d7f52c22c25c (diff) | |
download | latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.tar.gz latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.tar.xz latinime-c05a70a4ca769664f2315fff1f3bf3cb2ce3e300.zip |
Migrate packages/inputmethods/LatinIME to androidx.test
See go/jetpack-test-android-migration
Test: make checkbuild
Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
Diffstat (limited to 'tests/Android.bp')
-rw-r--r-- | tests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 7a8359723..76681f669 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -26,7 +26,7 @@ android_test { ], static_libs: [ - "android-support-test", + "androidx.test.rules", "mockito-target-minus-junit4", ], libs: [ |