Remove unnecessary jarjar rule

BasicShellCommandHandler will be interpreted to
com.android.connectivity.utils as defined in the jarjar rule for
ConnectivityService module but it cannot be applied in cts.
ConnectivityService does not need this rule currently. Remove it
to fix the missing class issue in the test.

Bug: 170598012
Fix: 173097447
Test: atest CtsNetTestCasesLatestSdk FrameworksNetTests
Change-Id: I3eff40e7dbee82ab902b0d59a62497f4c55cc2ff
This commit is contained in:
Chiachang Wang
2020-11-12 20:03:50 +08:00
parent 983c0eff05
commit 503a0f8af1
2 changed files with 0 additions and 3 deletions

View File

@@ -211,7 +211,6 @@ java_library {
":connectivity-service-srcs",
],
installable: true,
jarjar_rules: "jarjar-rules.txt",
libs: [
"android.net.ipsec.ike",
"services.core",

View File

@@ -1,2 +0,0 @@
# For ConnectivityService module
rule com.android.modules.utils.** com.android.connectivity.utils.@1