summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lorenzo Colitti <lorenzo@google.com> 2021-03-01 14:49:34 +0900
committer Lorenzo Colitti <lorenzo@google.com> 2021-03-02 17:19:19 +0900
commit582af98805c6f58e7e90ddce24e8c60e713403db (patch)
treed876d372d662d36a15e5fe532ec3452964d6b8d2
parentb27f4465bd934c6c992f6e22a798949082aedaba (diff)
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
-rw-r--r--tests/net/integration/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/integration/Android.bp b/tests/net/integration/Android.bp
index 874bd4b97df1..b82ac60fd0b4 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",