Revert "Disable tests that require stubgraph for riscv"
This reverts commit cbbba8fe97c3c9195896eb6f9080b858aa9a51e0.
Reason for revert: Droidmonitor created revert due to b/352626434.
Change-Id: Ibdda0179dfdcc3dd9016c981d5c9d611ea30bf27
diff --git a/automotive/vehicle/aidl/impl/fake_impl/hardware/Android.bp b/automotive/vehicle/aidl/impl/fake_impl/hardware/Android.bp
index 448ec4a..6030e15 100644
--- a/automotive/vehicle/aidl/impl/fake_impl/hardware/Android.bp
+++ b/automotive/vehicle/aidl/impl/fake_impl/hardware/Android.bp
@@ -38,11 +38,6 @@
"wakeup_client_protos",
],
host_supported: true,
- arch: {
- riscv64: {
- enabled: false,
- },
- },
}
cc_defaults {
diff --git a/automotive/vehicle/aidl/impl/grpc/test/Android.bp b/automotive/vehicle/aidl/impl/grpc/test/Android.bp
index 337e7af..b3c6089 100644
--- a/automotive/vehicle/aidl/impl/grpc/test/Android.bp
+++ b/automotive/vehicle/aidl/impl/grpc/test/Android.bp
@@ -72,9 +72,4 @@
"-Wno-unused-parameter",
],
test_suites: ["device-tests"],
- arch: {
- riscv64: {
- enabled: false,
- },
- },
}