Merge "Include module dependencies under data"

This commit is contained in:
Jahin Imtiaz 2023-03-31 21:51:06 +00:00 committed by Gerrit Code Review
commit 932fe8ac1d
8 changed files with 24 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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