summaryrefslogtreecommitdiff
path: root/tests/integration/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2020-06-19 00:49:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-19 00:49:29 +0000
commitf071714309b596bdc6adb814c06f90c13636b4e1 (patch)
tree8165c50674d0ae7df107ba1a02ce713bc0067d0c /tests/integration/Android.bp
parentdef2536afacaa22f1fe4e8c21f496a8c641b5e8e (diff)
parentc628adc6763aa9a4b08e7c65305236f853d58d20 (diff)
Merge "Move Inet[4]AddressUtils to libs/net" into rvc-dev
Diffstat (limited to 'tests/integration/Android.bp')
-rw-r--r--tests/integration/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/integration/Android.bp b/tests/integration/Android.bp
index e924d3a..1a985a9 100644
--- a/tests/integration/Android.bp
+++ b/tests/integration/Android.bp
@@ -92,7 +92,11 @@ android_test {
test_suites: ["device-tests", "mts"],
test_config: "AndroidTest_Coverage.xml",
defaults: ["NetworkStackIntegrationTestsJniDefaults"],
- static_libs: ["NetworkStackTestsLib", "NetworkStackIntegrationTestsLib"],
+ static_libs: [
+ "NetworkStackTestsLib",
+ "NetworkStackIntegrationTestsLib",
+ "NetworkStaticLibTestsLib",
+ ],
compile_multilib: "both",
manifest: "AndroidManifest_coverage.xml",
}