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

Commit 04b5dc6c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make java_sdk_library dependencies explicit" into main

parents 4503394e c2d9c9a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ android_test_helper_app {
        "truth",
    ],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.runner.stubs.system",
        "android.test.base.stubs.system",
    ],
    test_suites: [
        "device-tests",
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ android_test {
        "platform-screenshot-diff-core",
    ],
    libs: [
        "android.test.base",
        "android.test.runner",
        "android.test.base.stubs.system",
        "android.test.runner.stubs.system",
    ],
    jni_libs: [
        "libdexmakerjvmtiagent",
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ android_test {
    ],

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

    certificate: "platform",
+3 −3
Original line number Diff line number Diff line
@@ -39,9 +39,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",
    ],

    jni_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ android_test {
        "truth",
    ],
    libs: [
        "android.test.base",
        "android.test.base.stubs.system",
    ],
    test_suites: [
        "automotive-tests",