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

Commit 546cae00 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
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Change-Id: Ie7c00cb4dccdf9e650f4dd0c2158cdd64735cfeb
parent 5268d622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ android_test {
    },
    // Include some source files directly to be able to access package members
    srcs: ["src/**/*.java"],
    libs: ["android.test.runner"],
    libs: ["android.test.runner.stubs.system"],
    static_libs: [
        "junit",
        "androidx.test.rules",