From 38c844eb11df28fdb0574329231f60d7789d1c80 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 19 Dec 2016 14:01:32 +0000 Subject: [PATCH] Use junit instead of junit4-target Bug: 30188076 Test: make checkbuild Change-Id: Ic2bc905dd47d771630bb5a7047b0e290fb3dd04f --- tests/robotests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/Android.mk b/tests/robotests/Android.mk index edc810f114b..0a49be2df60 100644 --- a/tests/robotests/Android.mk +++ b/tests/robotests/Android.mk @@ -12,7 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ truth-prebuilt LOCAL_JAVA_LIBRARIES := \ - junit4-target \ + junit \ platform-robolectric-prebuilt \ sdk_vcurrent