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

Commit c2d9c9a2 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: Ie5f2fba06fb22ffa25d44c80dca645196ee1dcbe
parent 64842217
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@ android_test_helper_app {
        "truth",
    ],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.runner.stubs.system",
        "android.test.base.stubs.system",
    ],
    test_suites: [
        "device-tests",
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ android_test {
        "platform-screenshot-diff-core",
    ],
    libs: [
        "android.test.base",
        "android.test.runner",
        "android.test.base.stubs.system",
        "android.test.runner.stubs.system",
    ],
    jni_libs: [
        "libdexmakerjvmtiagent",
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ android_test {
    ],

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

    certificate: "platform",
+3 −3
Original line number Diff line number Diff line
@@ -39,9 +39,9 @@ android_test {
    ],

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

    jni_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ android_test {
        "truth",
    ],
    libs: [
        "android.test.base",
        "android.test.base.stubs.system",
    ],
    test_suites: [
        "automotive-tests",