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:
@@ -29,7 +29,6 @@ var (
|
|||||||
DefaultEdition = "2018"
|
DefaultEdition = "2018"
|
||||||
Stdlibs = []string{
|
Stdlibs = []string{
|
||||||
"libstd",
|
"libstd",
|
||||||
"libterm",
|
|
||||||
"libtest",
|
"libtest",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user