From 415baf36a34cba3e389a4f629ae21c66e57f7f05 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Mon, 10 Oct 2022 20:41:45 +0100 Subject: [PATCH] Add junit-params to servicetests To enable future parameterized test methods. Bug: None Test: build / treehugger Change-Id: I13139b59bb2b40ffea4cc1d91d1183b11d19f0a2 --- services/tests/servicestests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/servicestests/Android.bp b/services/tests/servicestests/Android.bp index 1921ce70d6cd9..ebdef8af47f87 100644 --- a/services/tests/servicestests/Android.bp +++ b/services/tests/servicestests/Android.bp @@ -48,7 +48,6 @@ android_test { "ShortcutManagerTestUtils", "truth-prebuilt", "testables", - "testng", "ub-uiautomator", "platformprotosnano", "framework-protos", @@ -60,6 +59,7 @@ android_test { // which provides assertThrows "testng", "junit", + "junit-params", "platform-compat-test-rules", "ActivityContext", "coretests-aidl",