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

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

Merge "Make java_sdk_library dependencies explicit" into main

parents 033329dc 452c75f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -856,9 +856,9 @@ android_robolectric_test {
        "RoboTestLibraries",
    ],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.mock",
        "android.test.runner.stubs.system",
        "android.test.base.stubs.system",
        "android.test.mock.stubs.system",
        "truth",
    ],

+3 −3
Original line number Diff line number Diff line
@@ -47,9 +47,9 @@ android_test {
    ],

    libs: [
        "android.test.mock",
        "android.test.base",
        "android.test.runner",
        "android.test.mock.stubs.system",
        "android.test.base.stubs.system",
        "android.test.runner.stubs.system",
    ],

    certificate: "platform",
+3 −3
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ android_test {
        "mockito_extended",
    ],
    libs: [
        "android.test.base",
        "android.test.mock",
        "android.test.runner",
        "android.test.base.stubs.system",
        "android.test.mock.stubs.system",
        "android.test.runner.stubs.system",
        "servicestests-core-utils",
    ],
    static_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ android_test {
        "libstaticjvmtiagent",
    ],
    libs: [
        "android.test.mock",
        "android.test.mock.stubs.system",
    ],
    certificate: "platform",
    platform_apis: true,