Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b1dda0 authored by jahinimtiaz's avatar jahinimtiaz
Browse files

Include module dependencies under `data`

Bug: 269138674
Test: Presubmit
Change-Id: Ibd1a18f6369396c4ae7b0263baab84f25c88ce06
parent a59180a4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ android_test {
    ],
    platform_apis: true,
    test_suites: ["device-tests"],
    data: ["trace_configs/*"],
    data: [
        ":MultiUserPerfDummyApp",
        "trace_configs/*",
    ],
    certificate: "platform",
}
+4 −1
Original line number Diff line number Diff line
@@ -33,7 +33,10 @@ android_test {

    test_suites: ["device-tests"],

    data: [":perfetto_artifacts"],
    data: [
        ":QueriesAll0",
        ":perfetto_artifacts",
    ],

    certificate: "platform",

+3 −0
Original line number Diff line number Diff line
@@ -722,6 +722,9 @@ cc_test {
        "tests/unit/VectorDrawableTests.cpp",
        "tests/unit/WebViewFunctorManagerTests.cpp",
    ],
    data: [
        ":hwuimicro",
    ],
}

// ------------------------
+3 −0
Original line number Diff line number Diff line
@@ -45,4 +45,7 @@ cc_test {
    required: [
        "UidImportanceHelperApp",
    ],
    data: [
        ":UidImportanceHelperApp",
    ],
}
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ android_test {
        "launcher-aosp-tapl",
        "platform-test-annotations",
    ],
    data: [
        ":FlickerTestApp",
    ],
}

java_library {
Loading