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

Commit c1b4a1ec authored by Ian Zerny's avatar Ian Zerny
Browse files

Move bootclasspath dependency out of static_libs.

Bug: 191747442
Test: atest FrameworksTelephonyTests
Change-Id: Icc8544673d58212e2a7973a74fe2ea0502d71576
parent bc6f5ae3
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",
    ],