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

Commit f46b3012 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: I01e0d07b31c4b46b31618405e0052d23914242f8
parent c4aeaa50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ android_test {
    ],

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

    static_libs: [
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ android_test {
    ],

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

    static_libs: [
+3 −3
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ android_library {
    ],
    resource_dirs: [],
    libs: [
        "android.test.base",
        "android.test.mock",
        "android.test.runner",
        "android.test.base.stubs.system",
        "android.test.mock.stubs.system",
        "android.test.runner.stubs.system",
        "DocumentsUI-lib",
    ],