summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2020-12-11 13:44:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-11 13:44:31 +0000
commit90f5c1d5d66581b25671adcdbea8edcc098f7ed5 (patch)
tree0f18d1c71d5c0711ad7b7634c7803df2e45d1bb9 /rust/testing.go
parentf48c89cd39c89834cd9b579db334cfbdc42091f0 (diff)
parent6a88443089849454d45135f18d32183afd122b93 (diff)
Merge "Rust: Vendor support for Rust static libraries."
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 8648dc39a..963a4eaf7 100644
--- a/rust/testing.go
+++ b/rust/testing.go
@@ -93,6 +93,7 @@ func GatherRequiredDepsForTest() string {
srcs: ["foo.rs"],
no_stdlibs: true,
host_supported: true,
+ vendor_available: true,
native_coverage: false,
sysroot: true,
apex_available: ["//apex_available:platform", "//apex_available:anyapex"],
@@ -104,6 +105,7 @@ func GatherRequiredDepsForTest() string {
srcs: ["foo.rs"],
no_stdlibs: true,
host_supported: true,
+ vendor_available: true,
native_coverage: false,
sysroot: true,
apex_available: ["//apex_available:platform", "//apex_available:anyapex"],