diff options
author | 2022-10-11 08:44:14 +0000 | |
---|---|---|
committer | 2022-10-11 08:44:14 +0000 | |
commit | dd4fc15c549b441ae68325c1168b9f85bdebb8a2 (patch) | |
tree | 7fee8e37b406854742808e764c4a9cbbf572af7f | |
parent | fa6290757e30411db73d58a9ffcc670a914f5be3 (diff) | |
parent | 415baf36a34cba3e389a4f629ae21c66e57f7f05 (diff) |
Merge "Add junit-params to servicetests"
-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", |