Merge "Add net-utils-framework-common to cts-net" into rvc-dev am: f1a476d61e am: 1b1f4cc178 am: 9f801155e2

Original change: https://googleplex-android-review.googlesource.com/c/platform/cts/+/11931026

Change-Id: I437836e039e52460d0078647febcaed4f8c2f37f
This commit is contained in:
TreeHugger Robot
2020-06-22 13:29:59 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 3 deletions

View File

@@ -36,19 +36,20 @@ java_defaults {
"src/**/*.java", "src/**/*.java",
"src/**/*.kt", "src/**/*.kt",
], ],
jarjar_rules: "jarjar-rules-shared.txt",
static_libs: [ static_libs: [
"FrameworksNetCommonTests", "FrameworksNetCommonTests",
"TestNetworkStackLib", "TestNetworkStackLib",
"core-tests-support",
"compatibility-device-util-axt", "compatibility-device-util-axt",
"core-tests-support",
"cts-net-utils", "cts-net-utils",
"ctstestrunner-axt", "ctstestrunner-axt",
"ctstestserver", "ctstestserver",
"mockwebserver",
"junit", "junit",
"junit-params", "junit-params",
"libnanohttpd", "libnanohttpd",
"mockwebserver",
"net-utils-framework-common",
"truth-prebuilt", "truth-prebuilt",
], ],

View File

@@ -0,0 +1,2 @@
# Module library in frameworks/libs/net
rule com.android.net.module.util.** android.net.cts.util.@1