Remi NGUYEN VAN | c8bf1c5 | 2020-01-16 13:03:33 +0900 | [diff] [blame] | 1 | # NetworkFactory is included in telephony-common and services.net |
| 2 | # Rename the non-jarjared, services.net version to avoid conflicts. |
| 3 | # This causes two NetworkFactory classes to appear in the test package (one used |
| 4 | # by services-net and one by telephony-common), similarly to what happens on a |
| 5 | # real device, except that in the test they have different package names. |
| 6 | rule android.net.NetworkFactory* android.net.services.NetworkFactory@1 |
Xiao Ma | 17cbb16 | 2021-02-28 12:04:22 +0000 | [diff] [blame] | 7 | |
| 8 | # Telephony-common has already included net-utils-framework-common lib and jarjars |
| 9 | # the package name. FrameworksTelephonyTests also includes net-utils-framework-common |
| 10 | # via net-tests-utils and tries to jarjar it again. Rename the package name with |
| 11 | # differnt prefix in the test jarjar rule to avoid duplicate jar entries. |
| 12 | rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1 |