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

Commit d16019bd authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Add test_suites lines."

am: 4e6f3d96

Change-Id: I5e12282fcd3e5d609f5ef5c47a9218e18d2ecda2
parents e315b34f 4e6f3d96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -369,6 +369,7 @@ cc_test {
        "libusb",
        "libmdnssd",
    ],
    test_suites: ["device-tests"],
}

python_binary_host {
+1 −0
Original line number Diff line number Diff line
@@ -162,4 +162,5 @@ cc_test {
            suffix: "64",
        },
    },
    test_suites: ["device-tests"],
}
+2 −0
Original line number Diff line number Diff line
@@ -221,6 +221,8 @@ cc_test {
            stem: "debuggerd_test64",
        },
    },

    test_suites: ["device-tests"],
}

cc_benchmark {
+2 −0
Original line number Diff line number Diff line
@@ -78,4 +78,6 @@ cc_test {
    shared_libs: [
        "libdemangle",
    ],

    test_suites: ["device-tests"],
}
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ cc_test {
        "util_test.cpp",
    ],
    static_libs: ["libinit"],
    test_suites: ["device-tests"],
}

cc_benchmark {
Loading