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

Commit d7e77595 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

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

Change-Id: Idf8e5e7c68c090f3c61b574f7af26ea020b53aff
parents a5e1b0f3 e3719376
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
@@ -19,6 +19,7 @@ android_test {
        "android.test.runner",
        "ims-common",
        "unsupportedappusage",
        "telephony-common",
    ],

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