From 582af98805c6f58e7e90ddce24e8c60e713403db Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Mon, 1 Mar 2021 14:49:34 +0900 Subject: [PATCH] DO NOT MERGE: 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 Ignore-AOSP-First: change is already in AOSP 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 874bd4b97df14..b82ac60fd0b4f 100644 --- a/tests/net/integration/Android.bp +++ b/tests/net/integration/Android.bp @@ -26,7 +26,7 @@ android_test { "android.test.mock", ], static_libs: [ - "TestNetworkStackLib", + "NetworkStackApiStableLib", "androidx.test.ext.junit", "frameworks-net-integration-testutils", "kotlin-reflect",