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

Commit ed0b7e6b authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Make java_sdk_library dependencies explicit

modules should specify the submodule of java_sdk_library that the module
actually depends on

Test: CI
Bug: 358613520
Change-Id: Ia0c8fceebeeb9fc3ca6acb089ef9b66296bfbe46
parent 134fe335
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ android_library {
android_library {
    name: "animationlib-tests-base",
    libs: [
        "android.test.base",
        "android.test.base.stubs.system",
        "androidx.test.core",
    ],
    static_libs: [
+2 −2
Original line number Diff line number Diff line
@@ -73,8 +73,8 @@ android_test {
        "**/*.kt",
    ],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.runner.stubs.system",
        "android.test.base.stubs.system",
    ],
    test_suites: ["device-tests"],
}
+3 −3
Original line number Diff line number Diff line
@@ -66,9 +66,9 @@ android_test {
        "**/*.kt",
    ],
    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",
    ],
    test_suites: ["device-tests"],
}