diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 7a1145609f..e129be7b7d 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp @@ -28,8 +28,8 @@ android_test_helper_app { "CtsHostsideNetworkTestsAidl", ], libs: [ - "android.test.runner.stubs", - "android.test.base.stubs", + "android.test.runner", + "android.test.base", ], srcs: ["src/**/*.java"], // Tag this module as a cts test artifact diff --git a/tests/cts/net/Android.bp b/tests/cts/net/Android.bp index b35b850bc3..4c00428f71 100644 --- a/tests/cts/net/Android.bp +++ b/tests/cts/net/Android.bp @@ -22,7 +22,7 @@ java_defaults { libs: [ "voip-common", "org.apache.http.legacy", - "android.test.base.stubs", + "android.test.base", ], jni_libs: [ diff --git a/tests/cts/net/api23Test/Android.bp b/tests/cts/net/api23Test/Android.bp index ffeef48a88..0ce9826a2b 100644 --- a/tests/cts/net/api23Test/Android.bp +++ b/tests/cts/net/api23Test/Android.bp @@ -20,7 +20,7 @@ android_test { compile_multilib: "both", libs: [ - "android.test.base.stubs", + "android.test.base", ], srcs: [