Merge "Revert "Turn on HINT_FROM_SOONG by default""
This commit is contained in:
commit
5050a55b18
1 changed files with 2 additions and 3 deletions
|
@ -316,9 +316,8 @@ func UploadOnlyConfig(ctx Context, args ...string) Config {
|
|||
|
||||
func NewConfig(ctx Context, args ...string) Config {
|
||||
ret := &configImpl{
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
ninjaWeightListSource: HINT_FROM_SOONG,
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
}
|
||||
|
||||
// Default matching ninja
|
||||
|
|
Loading…
Reference in a new issue