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:
parent
62c085d7fe
commit
e7d7b6d924
|
@ -29,7 +29,6 @@ var (
|
|||
DefaultEdition = "2018"
|
||||
Stdlibs = []string{
|
||||
"libstd",
|
||||
"libterm",
|
||||
"libtest",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue