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

Commit 1facb210 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: I1b51df8ef7094621b2311378ecab14536228405a
parent 1b6139e1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,9 +28,9 @@ droidstubs {
        "testrunner-src/**/*.java",
    ],
    libs: [
        "android.test.runner",
        "android.test.runner.stubs.system",
        "junit",
        "android.test.base",
        "android.test.base.stubs.system",
        "unsupportedappusage",
    ],
    installable: false,
@@ -56,9 +56,9 @@ droiddoc {
        ":uiautomator-stubs",
    ],
    libs: [
        "android.test.runner",
        "android.test.runner.stubs",
        "junit",
        "android.test.base",
        "android.test.base.stubs",
    ],
    sdk_version: "current",
    installable: false,