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

Commit e3719376 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move bootclasspath dependency out of static_libs."

parents 6ffe0b1b c1b4a1ec
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",
    ],