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

Commit 6d33224f authored by Xiao Ma's avatar Xiao Ma Committed by Automerger Merge Worker
Browse files

Merge "Rename net-utils-framework-common in FrameworksTelephonyTests." am:...

Merge "Rename net-utils-framework-common in FrameworksTelephonyTests." am: 077ecb23 am: 62d52aaf am: d671c0f3

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1608933

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If92323867a3f28785fe7fb9b0925f83e6e58574e
parents 9d16b112 d671c0f3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,3 +4,9 @@
# by services-net and one by telephony-common), similarly to what happens on a
# real device, except that in the test they have different package names.
rule android.net.NetworkFactory* android.net.services.NetworkFactory@1

# Telephony-common has already included net-utils-framework-common lib and jarjars
# the package name. FrameworksTelephonyTests also includes net-utils-framework-common
# via net-tests-utils and tries to jarjar it again. Rename the package name with
# differnt prefix in the test jarjar rule to avoid duplicate jar entries.
rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1