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

Commit 64929aab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move bootclasspath dependency out of static_libs." am: e3719376 am: d7e77595

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

Change-Id: I41313966cd3b4ded4f21357baaad5a40316aa516
parents f2513864 d7e77595
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -7,12 +7,15 @@ android_library {

    srcs: ["**/*.java"],

    libs: [
        "telephony-common",
    ],

    static_libs: [
        "androidx.annotation_annotation",
        "guava",
        "junit",
        "mockito-target-minus-junit4",
        "telephony-common",
        "truth-prebuilt",
    ],

+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ android_test {
        "android.test.runner",
        "ims-common",
        "unsupportedappusage",
        "telephony-common",
    ],

    static_libs: [
@@ -32,7 +33,6 @@ android_test {
        "platform-test-annotations",
        "services.core",
        "services.net",
        "telephony-common",
        "truth-prebuilt",
        "testables",
    ],