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

Commit d6da8af1 authored by Priyanka Advani's avatar Priyanka Advani Committed by Android (Google) Code Review
Browse files

Revert "Disable tests that require stubgraph for riscv"

This reverts commit cbbba8fe.

Reason for revert: Droidmonitor created revert due to b/352626434.

Change-Id: Ibdda0179dfdcc3dd9016c981d5c9d611ea30bf27
parent cbbba8fe
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,
        },
    },
}