summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2023-03-31 18:25:03 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-03-31 18:25:03 +0000
commit8e2516c7e31ceabe3cf57003fcabb38b51b61f56 (patch)
treefcc8d09e5ed6e4eb3947d5b7685f2655ac76670f
parente6f8b65454d78ebd81472813647d2d91e142cb01 (diff)
parentfc8675a3ed6ced1798224d8141f49e783a563a58 (diff)
Merge "SystemUI: replace androidx.test.ext.junit with jsr305." into udc-dev
-rw-r--r--packages/SystemUI/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index ac75cc88fdf5..3007d4a79d13 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -182,7 +182,6 @@ android_library {
"androidx.dynamicanimation_dynamicanimation",
"androidx-constraintlayout_constraintlayout",
"androidx.exifinterface_exifinterface",
- "androidx.test.ext.junit",
"com.google.android.material_material",
"kotlinx_coroutines_android",
"kotlinx_coroutines",
@@ -191,6 +190,7 @@ android_library {
"SystemUI-proto",
"monet",
"dagger2",
+ "jsr305",
"jsr330",
"lottie",
"LowLightDreamLib",