Add windows x86_64
Bug: 26957718 Change-Id: I5cfa2f44c27eac0805d21865c45546ed3c2c2103
This commit is contained in:
@@ -117,6 +117,7 @@ func (v *productVariables) SetDefaultConfig() {
|
||||
if runtime.GOOS == "linux" {
|
||||
v.CrossHost = stringPtr("windows")
|
||||
v.CrossHostArch = stringPtr("x86")
|
||||
v.CrossHostSecondaryArch = stringPtr("x86_64")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user