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
Merged-In: I78dec317d4e74275287e3a5b7f5ffe2b10db05ab
Change-Id: I78dec317d4e74275287e3a5b7f5ffe2b10db05ab
This commit is contained in:
Jihoon Kang
2024-08-30 00:29:46 +00:00
parent 88bbe8fe1d
commit 4ae6ead8d6
6 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ android_robolectric_test {
],
libs: [
"android.test.mock",
"android.test.mock.impl",
"ims-common",
],