diff options
| author | 2021-02-09 13:49:28 +0000 | |
|---|---|---|
| committer | 2021-02-09 13:49:28 +0000 | |
| commit | 4ccfcc2ee4471e08b5ab663db73ca88e681d6d46 (patch) | |
| tree | 52e6c79213edbce2653700afa768e669723aca84 /rust/testing.go | |
| parent | bb483cbcf58266a6a5292b6c80b503a23f5ca61b (diff) | |
| parent | e6d3098c1b95b94a9a7c03e9ade9b2cbf3ac10e2 (diff) | |
Merge "rust: Add rust_ffi_static vendor ramdisk Support"
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"], |