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

Commit c469c6f3 authored by David Su's avatar David Su Committed by Automerger Merge Worker
Browse files

Merge "Allow usage of SdkLevel in telephony" into sc-dev am: 45fdb39c am: aea6903c

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

Change-Id: Ifec275fb60e06bd2e52b5d2364f86a04b954cbc4
parents 44436580 aea6903c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ java_library {
        "PlatformProperties",
        "net-utils-framework-common",
        "telephony-protos",
        "modules-utils-build_system",
    ],

    product_variables: {
+4 −2
Original line number Diff line number Diff line
@@ -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
# 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.
# via net-tests-utils and tries to jarjar it again. Rename the package names with
# 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
# Similarly, this is needed for the build utils.
rule com.android.modules.utils.** com.android.internal.telephony.util.test.@1