Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 503a0f8a authored by Chiachang Wang's avatar Chiachang Wang
Browse files

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
parent 983c0eff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@ java_library {
        ":connectivity-service-srcs",
    ],
    installable: true,
    jarjar_rules: "jarjar-rules.txt",
    libs: [
        "android.net.ipsec.ike",
        "services.core",

services/core/jarjar-rules.txt

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
# For ConnectivityService module
rule com.android.modules.utils.** com.android.connectivity.utils.@1
 No newline at end of file