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: I78dec317d4e74275287e3a5b7f5ffe2b10db05ab
This commit is contained in:
parent
6faaf80204
commit
9b946d241d
6 changed files with 10 additions and 10 deletions
|
|
@ -34,8 +34,8 @@ android_test {
|
|||
platform_apis: true,
|
||||
certificate: "platform",
|
||||
libs: [
|
||||
"android.test.runner",
|
||||
"android.test.base",
|
||||
"android.test.runner.stubs.system",
|
||||
"android.test.base.stubs.system",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ android_test {
|
|||
|
||||
certificate: "platform",
|
||||
|
||||
libs: ["android.test.runner"],
|
||||
libs: ["android.test.runner.stubs.system"],
|
||||
|
||||
static_libs: [
|
||||
"androidx.test.rules",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ android_test {
|
|||
certificate: "platform",
|
||||
|
||||
libs: [
|
||||
"android.test.runner",
|
||||
"android.test.runner.stubs.system",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ android_robolectric_test {
|
|||
],
|
||||
|
||||
libs: [
|
||||
"android.test.mock",
|
||||
"android.test.mock.impl",
|
||||
"ims-common",
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ android_robolectric_test {
|
|||
|
||||
],
|
||||
libs: [
|
||||
"android.test.runner",
|
||||
"android.test.base",
|
||||
"android.test.mock",
|
||||
"android.test.runner.impl",
|
||||
"android.test.base.impl",
|
||||
"android.test.mock.impl",
|
||||
"truth",
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ android_test {
|
|||
],
|
||||
|
||||
libs: [
|
||||
"android.test.runner",
|
||||
"android.test.base",
|
||||
"android.test.runner.stubs.system",
|
||||
"android.test.base.stubs.system",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue