Add junit-params to servicetests

To enable future parameterized test methods.

Bug: None
Test: build / treehugger
Change-Id: I13139b59bb2b40ffea4cc1d91d1183b11d19f0a2
This commit is contained in:
Neil Fuller
2022-10-10 20:41:45 +01:00
parent 1b3db4d5aa
commit 415baf36a3

View File

@@ -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",