diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:02:24 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:02:24 -0700 |
commit | 009a05ea8338c696c1406aa7dc1c03c9a0d7692c (patch) | |
tree | d9846ed8d6dedb39ad41a80cca41fc295d4724fe /rust/testing.go | |
parent | 08f3accc31790ceff0d5652d539f4ae701033ded (diff) | |
parent | c868e14e34409b99d979a4104cb144437036960f (diff) |
Merge c868e14e34409b99d979a4104cb144437036960f on remote branch
Change-Id: I64a699c0d2ee3eab6ed105c6261cb1567a9dd347
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/testing.go b/rust/testing.go index a0f86b220..1e0c5abbb 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -162,12 +162,10 @@ func GatherRequiredDepsForTest() string { name: "libtest", crate_name: "test", srcs: ["foo.rs"], - 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"], min_sdk_version: "29", } |