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/config/global.go | |
parent | f13be6e3913a9715bb68cf25c487b3b94bd5b88f (diff) | |
parent | eb72b43eb91c0982e40d41502e547ef118348cc2 (diff) |
Snap for 8343869 from eb72b43eb91c0982e40d41502e547ef118348cc2 to s-keystone-qcom-release
Change-Id: I12e814a262a1a00046a0c7b2770c1ddcd5ca06e2
Diffstat (limited to 'rust/config/global.go')
-rw-r--r-- | rust/config/global.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/config/global.go b/rust/config/global.go index 43b49d18b..1b56237b3 100644 --- a/rust/config/global.go +++ b/rust/config/global.go @@ -29,7 +29,6 @@ var ( DefaultEdition = "2018" Stdlibs = []string{ "libstd", - "libtest", } // Mapping between Soong internal arch types and std::env constants. |