From 16fc55e30de5922b26c2437d1b5d4831fcd00374 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Wed, 3 Apr 2019 18:06:33 +0900 Subject: [PATCH] Add FrameworksNetCommonTests to CTS The common tests include tests that must be both in CTS and unit tests. Bug: 129199908 Test: atest CtsNetTestCases, IpPrefixCommonTest is run and passes. Change-Id: Id16f40247cca9a6c5bba573006b84547727f1bab --- tests/cts/net/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cts/net/Android.mk b/tests/cts/net/Android.mk index 2084dbc357..04974702a6 100644 --- a/tests/cts/net/Android.mk +++ b/tests/cts/net/Android.mk @@ -39,6 +39,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := CtsNetTestCases LOCAL_STATIC_JAVA_LIBRARIES := \ + FrameworksNetCommonTests \ core-tests-support \ compatibility-device-util-axt \ ctstestrunner-axt \