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

Commit cbbba8fe authored by Tom Robinson's avatar Tom Robinson
Browse files

Disable tests that require stubgraph for riscv

Similar to ag/25600964

Change-Id: I87c788340a9ea51c01a5a6b470c92badcb1a4032
parent b1f024be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,6 +38,11 @@ cc_library {
        "wakeup_client_protos",
    ],
    host_supported: true,
    arch: {
        riscv64: {
            enabled: false,
        },
    },
}

cc_defaults {
+5 −0
Original line number Diff line number Diff line
@@ -72,4 +72,9 @@ cc_test {
        "-Wno-unused-parameter",
    ],
    test_suites: ["device-tests"],
    arch: {
        riscv64: {
            enabled: false,
        },
    },
}