From 33c623677d14bc49a7f2a0e47d9545917275ab55 Mon Sep 17 00:00:00 2001 From: Geoffrey Pitsch Date: Wed, 31 Aug 2016 12:47:29 -0400 Subject: [PATCH] Fix systemui tests on APCT. Different mockito library for junit4. This causes class loading failures for them but not our builds. Change-Id: Iae4ba584f83e0ab78505fa822a74f5998fbca395 --- packages/SystemUI/tests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/tests/Android.mk b/packages/SystemUI/tests/Android.mk index aea516856a350..494325cfd6a33 100644 --- a/packages/SystemUI/tests/Android.mk +++ b/packages/SystemUI/tests/Android.mk @@ -43,7 +43,7 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-test \ - mockito-target \ + mockito-target-minus-junit4 \ SystemUI-proto-tags LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.car