From 4d84286ea7d571d16869c3907de308f0a8d2b5a4 Mon Sep 17 00:00:00 2001 From: Govinda Wasserman Date: Wed, 5 Apr 2023 08:25:00 -0400 Subject: Removes dependency on TestNG library. This library does not play well with some parts of Android including Android Studio support. This change replaces the usages with supported versions. BUG:278726409 Change-Id: I970e6af31853382454f35eeff70a7f92e2f28e5a --- java/tests/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'java/tests/Android.bp') diff --git a/java/tests/Android.bp b/java/tests/Android.bp index 12cb390e..c381d0a8 100644 --- a/java/tests/Android.bp +++ b/java/tests/Android.bp @@ -29,7 +29,6 @@ android_test { "androidx.lifecycle_lifecycle-runtime-ktx", "truth-prebuilt", "testables", - "testng", "kotlinx_coroutines_test", ], test_suites: ["general-tests"], -- cgit v1.2.3-59-g8ed1b