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
This commit is contained in:
Lorenzo Colitti
2021-03-01 14:49:34 +09:00
parent b27f4465bd
commit 582af98805

View File

@@ -26,7 +26,7 @@ android_test {
"android.test.mock",
],
static_libs: [
"TestNetworkStackLib",
"NetworkStackApiStableLib",
"androidx.test.ext.junit",
"frameworks-net-integration-testutils",
"kotlin-reflect",