Merge "Include module dependencies under data
"
This commit is contained in:
commit
932fe8ac1d
@ -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",
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
|
||||||
|
@ -722,6 +722,9 @@ cc_test {
|
|||||||
"tests/unit/VectorDrawableTests.cpp",
|
"tests/unit/VectorDrawableTests.cpp",
|
||||||
"tests/unit/WebViewFunctorManagerTests.cpp",
|
"tests/unit/WebViewFunctorManagerTests.cpp",
|
||||||
],
|
],
|
||||||
|
data: [
|
||||||
|
":hwuimicro",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------
|
// ------------------------
|
||||||
|
@ -45,4 +45,7 @@ cc_test {
|
|||||||
required: [
|
required: [
|
||||||
"UidImportanceHelperApp",
|
"UidImportanceHelperApp",
|
||||||
],
|
],
|
||||||
|
data: [
|
||||||
|
":UidImportanceHelperApp",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
@ -47,6 +47,9 @@ android_test {
|
|||||||
"launcher-aosp-tapl",
|
"launcher-aosp-tapl",
|
||||||
"platform-test-annotations",
|
"platform-test-annotations",
|
||||||
],
|
],
|
||||||
|
data: [
|
||||||
|
":FlickerTestApp",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
|
@ -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",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user