From 55d9c5a693a433c830865d070b64b2b5215fc941 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Mon, 1 Mar 2021 14:49:34 +0900 Subject: [PATCH] Delete the last remaining user of TestNetworkStackLib. FrameworksNetIntegrationTests is the last user of this target. It is not really necessary since it can trivially be replaced by NetworkStackApiStableLib. Bug: 167645754 Test: atest FrameworksNetIntegrationTests Change-Id: Id5e8eb3f58590f4b3cfbcbef66b00acbba77a7a7 --- tests/net/integration/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/net/integration/Android.bp b/tests/net/integration/Android.bp index 4d1e3371e0a7d..56f9df78c83ec 100644 --- a/tests/net/integration/Android.bp +++ b/tests/net/integration/Android.bp @@ -35,7 +35,7 @@ android_test { "android.test.mock", ], static_libs: [ - "TestNetworkStackLib", + "NetworkStackApiStableLib", "androidx.test.ext.junit", "frameworks-net-integration-testutils", "kotlin-reflect",