From d0ed7dd8f95e1b29eb8e8d2073a22380f1a40777 Mon Sep 17 00:00:00 2001 From: Mark Chien Date: Wed, 22 Apr 2020 09:23:04 +0000 Subject: [PATCH] Include NetworkStaticLibTestsLib into tethering coverage test Bug: 148636687 Test: atest NetworkStaticLibTests Test: atest TetheringCoverageTests Merged-In: I8cd9dbc9fe163583ff1d016c9262546949105b80 Change-Id: I8cd9dbc9fe163583ff1d016c9262546949105b80 --- Tethering/tests/integration/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tethering/tests/integration/Android.bp b/Tethering/tests/integration/Android.bp index 6b751afdf5..3305ed0844 100644 --- a/Tethering/tests/integration/Android.bp +++ b/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",