diff options
author | Ivan Lozano <ivanlozano@google.com> | 2020-12-11 13:44:31 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-11 13:44:31 +0000 |
commit | 90f5c1d5d66581b25671adcdbea8edcc098f7ed5 (patch) | |
tree | 0f18d1c71d5c0711ad7b7634c7803df2e45d1bb9 /rust/testing.go | |
parent | f48c89cd39c89834cd9b579db334cfbdc42091f0 (diff) | |
parent | 6a88443089849454d45135f18d32183afd122b93 (diff) |
Merge "Rust: Vendor support for Rust static libraries."
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 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"], |