summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
authorHaamed Gheibi <haamed@google.com>2022-02-17 15:24:45 -0800
committerHaamed Gheibi <haamed@google.com>2022-02-22 09:46:40 -0800
commiteb72b43eb91c0982e40d41502e547ef118348cc2 (patch)
treed9846ed8d6dedb39ad41a80cca41fc295d4724fe /rust/testing.go
parent7943f12f716132a29b244ed6f8713c3937bce7ae (diff)
parentca3328fb3c28ecf5a10a17abda2337ac1733c286 (diff)
Merge SP2A.220305.013
Bug: 220074017 Change-Id: Ia2198b401a3a907c785316e0ef4c00bf27fa59b1
Diffstat (limited to 'rust/testing.go')
-rw-r--r--rust/testing.go2
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",
}