diff options
| author | 2022-10-10 20:41:45 +0100 | |
|---|---|---|
| committer | 2022-10-10 20:41:45 +0100 | |
| commit | 415baf36a34cba3e389a4f629ae21c66e57f7f05 (patch) | |
| tree | ae84075d18d3066e5fc95aebd691272860b3ce14 | |
| parent | 1b3db4d5aaa7f94d22710111c05d1f8b3bc4197d (diff) | |
Add junit-params to servicetests
To enable future parameterized test methods.
Bug: None
Test: build / treehugger
Change-Id: I13139b59bb2b40ffea4cc1d91d1183b11d19f0a2
| -rw-r--r-- | services/tests/servicestests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/servicestests/Android.bp b/services/tests/servicestests/Android.bp index 1921ce70d6cd..ebdef8af47f8 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", |