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

Commit 7f986dca 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: I0c52042fd2598f7b299298359d4a58c61152621c
parent ad20e5cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -65,9 +65,9 @@ android_test {
        "flag-junit",
    ],
    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",
    ],

    kotlincflags: ["-Xjvm-default=all"],