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)
diff --git a/tests/cts/net/Android.mk b/tests/cts/net/Android.mk
index 2084dbc..0497470 100644
--- a/tests/cts/net/Android.mk
+++ b/tests/cts/net/Android.mk
@@ -39,6 +39,7 @@
LOCAL_PACKAGE_NAME := CtsNetTestCases
LOCAL_STATIC_JAVA_LIBRARIES := \
+ FrameworksNetCommonTests \
core-tests-support \
compatibility-device-util-axt \
ctstestrunner-axt \