From fc8675a3ed6ced1798224d8141f49e783a563a58 Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Mon, 27 Mar 2023 10:33:10 -0700 Subject: SystemUI: replace androidx.test.ext.junit with jsr305. Bug: 275356840 Test: m-j SystemUI-core SystemUI-tests Change-Id: I9f67f7e5335449d8d36e374b1028dafaca03ee53 --- packages/SystemUI/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 941697b2392f..000e900a5e33 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", -- cgit v1.2.3-59-g8ed1b