diff options
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/testing.go b/rust/testing.go index bb511b648..4c4df4a6d 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -101,6 +101,7 @@ func GatherRequiredDepsForTest() string { no_stdlibs: true, host_supported: true, vendor_available: true, + vendor_ramdisk_available: true, native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], @@ -113,6 +114,7 @@ func GatherRequiredDepsForTest() string { no_stdlibs: true, host_supported: true, vendor_available: true, + vendor_ramdisk_available: true, native_coverage: false, sysroot: true, apex_available: ["//apex_available:platform", "//apex_available:anyapex"], |