Merge "Stop using the host python3" am: 5bf449c597
Change-Id: I698b6e8dd94bc71d0fa055041217a2ab1861fb59
This commit is contained in:
@@ -74,28 +74,27 @@ func GetConfig(name string) PathConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var Configuration = map[string]PathConfig{
|
var Configuration = map[string]PathConfig{
|
||||||
"bash": Allowed,
|
"bash": Allowed,
|
||||||
"dd": Allowed,
|
"dd": Allowed,
|
||||||
"diff": Allowed,
|
"diff": Allowed,
|
||||||
"dlv": Allowed,
|
"dlv": Allowed,
|
||||||
"expr": Allowed,
|
"expr": Allowed,
|
||||||
"fuser": Allowed,
|
"fuser": Allowed,
|
||||||
"getopt": Allowed,
|
"getopt": Allowed,
|
||||||
"git": Allowed,
|
"git": Allowed,
|
||||||
"hexdump": Allowed,
|
"hexdump": Allowed,
|
||||||
"jar": Allowed,
|
"jar": Allowed,
|
||||||
"java": Allowed,
|
"java": Allowed,
|
||||||
"javap": Allowed,
|
"javap": Allowed,
|
||||||
"lsof": Allowed,
|
"lsof": Allowed,
|
||||||
"openssl": Allowed,
|
"openssl": Allowed,
|
||||||
"patch": Allowed,
|
"patch": Allowed,
|
||||||
"pstree": Allowed,
|
"pstree": Allowed,
|
||||||
"python3": Allowed,
|
"rsync": Allowed,
|
||||||
"rsync": Allowed,
|
"sh": Allowed,
|
||||||
"sh": Allowed,
|
"tr": Allowed,
|
||||||
"tr": Allowed,
|
"unzip": Allowed,
|
||||||
"unzip": Allowed,
|
"zip": Allowed,
|
||||||
"zip": Allowed,
|
|
||||||
|
|
||||||
// Host toolchain is removed. In-tree toolchain should be used instead.
|
// Host toolchain is removed. In-tree toolchain should be used instead.
|
||||||
// GCC also can't find cc1 with this implementation.
|
// GCC also can't find cc1 with this implementation.
|
||||||
|
Reference in New Issue
Block a user