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

Commit c9ec2acc authored by PODISHETTY KUMAR's avatar PODISHETTY KUMAR Committed by Android (Google) Code Review
Browse files

Merge "Revert "Disable tests that require stubgraph for riscv"" into main

parents 666b2557 d6da8af1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -38,11 +38,6 @@ cc_library {
        "wakeup_client_protos",
    ],
    host_supported: true,
    arch: {
        riscv64: {
            enabled: false,
        },
    },
}

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