• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Telephony-common has already included net-utils-framework-common lib and jarjars
2# the package name. FrameworksTelephonyTests also includes net-utils-framework-common
3# via net-tests-utils and tries to jarjar it again. Rename the package names with
4# a different prefix in the test jarjar rule to avoid duplicate jar entries.
5rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1
6# Similarly, this is needed for the build utils.
7rule com.android.modules.utils.** com.android.internal.telephony.util.test.@1
8