summaryrefslogtreecommitdiff
path: root/rust/testing.go
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-06 01:01:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-06 01:01:06 +0000
commitb8f463da5686188278b33fe6af19ba81f4820466 (patch)
tree8b5645f3c71955941e61b296702b2590434c60e4 /rust/testing.go
parentd3c9f66a66f2d8c98d56ab76652e5444020806f3 (diff)
parentb7de10739fca89220da03307a3228b32284bd65c (diff)
Snap for 7889170 from b7de10739fca89220da03307a3228b32284bd65c to sc-v2-release
Change-Id: Ia309c20b2ba86e77a60dcbf4a19aab3c8ca440ee
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",
}