summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-02-09 13:49:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-02-09 13:49:28 +0000
commit4ccfcc2ee4471e08b5ab663db73ca88e681d6d46 (patch)
tree52e6c79213edbce2653700afa768e669723aca84 /rust/testing.go
parentbb483cbcf58266a6a5292b6c80b503a23f5ca61b (diff)
parente6d3098c1b95b94a9a7c03e9ade9b2cbf3ac10e2 (diff)
Merge "rust: Add rust_ffi_static vendor ramdisk Support"
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go2
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"],