summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author markchien <markchien@google.com> 2020-04-21 17:42:47 +0800
committer Mark Chien <markchien@google.com> 2020-04-21 09:50:28 +0000
commit25fff15879b7d4ee9bf691f329207ec158b8d43c (patch)
tree17976fa8b6448d8454f783c0f90f1bb3539fa96d
parente68ccd06fc84fd1d3b637f9b53918ae3f7899702 (diff)
Include NetworkStaticLibTestsLib into tethering coverage test
Bug: 148636687 Test: atest NetworkStaticLibTests Test: atest TetheringCoverageTests Change-Id: I8cd9dbc9fe163583ff1d016c9262546949105b80
-rw-r--r--packages/Tethering/tests/integration/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Tethering/tests/integration/Android.bp b/packages/Tethering/tests/integration/Android.bp
index 6b751afdf58b..3305ed084481 100644
--- a/packages/Tethering/tests/integration/Android.bp
+++ b/packages/Tethering/tests/integration/Android.bp
@@ -69,6 +69,7 @@ android_test {
test_config: "AndroidTest_Coverage.xml",
defaults: ["libnetworkstackutilsjni_deps"],
static_libs: [
+ "NetworkStaticLibTestsLib",
"NetworkStackTestsLib",
"TetheringTestsLib",
"TetheringIntegrationTestsLib",