Loading Android.bp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,7 @@ java_library { "PlatformProperties", "PlatformProperties", "net-utils-framework-common", "net-utils-framework-common", "telephony-protos", "telephony-protos", "modules-utils-build_system", ], ], product_variables: { product_variables: { Loading tests/telephonytests/jarjar-rules-tests.txt +4 −2 Original line number Original line Diff line number Diff line Loading @@ -7,6 +7,8 @@ rule android.net.NetworkFactory* android.net.services.NetworkFactory@1 # Telephony-common has already included net-utils-framework-common lib and jarjars # Telephony-common has already included net-utils-framework-common lib and jarjars # the package name. FrameworksTelephonyTests also includes net-utils-framework-common # 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 # via net-tests-utils and tries to jarjar it again. Rename the package names with # differnt prefix in the test jarjar rule to avoid duplicate jar entries. # a different prefix in the test jarjar rule to avoid duplicate jar entries. rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1 rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1 # Similarly, this is needed for the build utils. rule com.android.modules.utils.** com.android.internal.telephony.util.test.@1 Loading
Android.bp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -120,6 +120,7 @@ java_library { "PlatformProperties", "PlatformProperties", "net-utils-framework-common", "net-utils-framework-common", "telephony-protos", "telephony-protos", "modules-utils-build_system", ], ], product_variables: { product_variables: { Loading
tests/telephonytests/jarjar-rules-tests.txt +4 −2 Original line number Original line Diff line number Diff line Loading @@ -7,6 +7,8 @@ rule android.net.NetworkFactory* android.net.services.NetworkFactory@1 # Telephony-common has already included net-utils-framework-common lib and jarjars # Telephony-common has already included net-utils-framework-common lib and jarjars # the package name. FrameworksTelephonyTests also includes net-utils-framework-common # 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 # via net-tests-utils and tries to jarjar it again. Rename the package names with # differnt prefix in the test jarjar rule to avoid duplicate jar entries. # a different prefix in the test jarjar rule to avoid duplicate jar entries. rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1 rule com.android.net.module.util.** com.android.internal.telephony.util.test.@1 # Similarly, this is needed for the build utils. rule com.android.modules.utils.** com.android.internal.telephony.util.test.@1