Include module dependencies under data

Bug: 269138674
Test: Presubmit
Change-Id: Ibd1a18f6369396c4ae7b0263baab84f25c88ce06
This commit is contained in:
jahinimtiaz 2023-03-13 23:53:08 +00:00
parent a59180a4ca
commit d8b1dda042
8 changed files with 24 additions and 2 deletions

View File

@ -31,6 +31,9 @@ android_test {
],
platform_apis: true,
test_suites: ["device-tests"],
data: ["trace_configs/*"],
data: [
":MultiUserPerfDummyApp",
"trace_configs/*",
],
certificate: "platform",
}

View File

@ -33,7 +33,10 @@ android_test {
test_suites: ["device-tests"],
data: [":perfetto_artifacts"],
data: [
":QueriesAll0",
":perfetto_artifacts",
],
certificate: "platform",

View File

@ -722,6 +722,9 @@ cc_test {
"tests/unit/VectorDrawableTests.cpp",
"tests/unit/WebViewFunctorManagerTests.cpp",
],
data: [
":hwuimicro",
],
}
// ------------------------

View File

@ -45,4 +45,7 @@ cc_test {
required: [
"UidImportanceHelperApp",
],
data: [
":UidImportanceHelperApp",
],
}

View File

@ -47,6 +47,9 @@ android_test {
"launcher-aosp-tapl",
"platform-test-annotations",
],
data: [
":FlickerTestApp",
],
}
java_library {

View File

@ -26,4 +26,7 @@ java_test_host {
srcs: ["src/**/*.java"],
libs: ["tradefed"],
test_suites: ["device-tests"],
data: [
":TestOdmApp",
],
}

View File

@ -55,6 +55,7 @@ java_test_host {
"cts-install-lib-host",
],
data: [
":StagedInstallInternalTestApp",
":apex.apexd_test",
":com.android.apex.apkrollback.test_v1",
":StagedInstallTestApexV2",

View File

@ -26,4 +26,7 @@ java_test_host {
srcs: ["src/**/*.java"],
libs: ["tradefed"],
test_suites: ["general-tests"],
data: [
":SystemMemoryTestDevice",
],
}