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

Commit e5cdfe1c 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: Icdf2381f41f158144a89712fd698fe64cd494c6d
parent 3f0ec3f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@ android_test {
    srcs: ["**/*.java"],

    libs: [
        "android.test.base",
        "android.test.mock",
        "android.test.runner",
        "android.test.base.stubs",
        "android.test.mock.stubs",
        "android.test.runner.stubs",
        "ims-common",
        "unsupportedappusage",
        "telephony-common",