Remove libterm from implicit crates

This is no longer shipped by rustc, and wasn't really intended to be
implicitly available in the first place.

Bug: 147432625
Test: Built a sample rust device binary
Change-Id: I3c33ac3726c788debe14ed39a9ecbae7a7449351
This commit is contained in:
Matthew Maurer 2020-01-09 12:16:50 -08:00
parent 62c085d7fe
commit e7d7b6d924
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ var (
DefaultEdition = "2018"
Stdlibs = []string{
"libstd",
"libterm",
"libtest",
}