From ef4ac8c021b8cfe108a5b80d8c2cb1806b6cc51f Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Thu, 4 Apr 2019 09:39:20 -0700 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: I872fb80e8a0b21144f0b66b33645a320dcd5dcf2 (cherry picked from commit 855e7889d62839fe6449f97086656e860c4db177) --- 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 \