diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:05:21 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:05:21 +0000 |
commit | c868e14e34409b99d979a4104cb144437036960f (patch) | |
tree | d9846ed8d6dedb39ad41a80cca41fc295d4724fe /rust/testing.go | |
parent | f13be6e3913a9715bb68cf25c487b3b94bd5b88f (diff) | |
parent | eb72b43eb91c0982e40d41502e547ef118348cc2 (diff) |
Snap for 8343869 from eb72b43eb91c0982e40d41502e547ef118348cc2 to s-keystone-qcom-release
Change-Id: I12e814a262a1a00046a0c7b2770c1ddcd5ca06e2
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", } |