commit | c018d84a00cdfcf5c53b91bc3965276874ce789f | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu Jun 01 00:40:42 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 01 00:40:42 2023 +0000 |
tree | 822bae9fddbde3121ee4c0d971c7b4da62a60c30 | |
parent | cdaf10bb6b016344abe7a8d194dd593b10928ab4 [diff] | |
parent | f2ecf7659e6c594da85037b46daea67a5debd663 [diff] |
Merge "Enable NINJA_LOG as weight list source"
diff --git a/ui/build/config.go b/ui/build/config.go index bfbf85d..0df1374 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -231,8 +231,9 @@ func NewConfig(ctx Context, args ...string) Config { ret := &configImpl{ - environ: OsEnvironment(), - sandboxConfig: &SandboxConfig{}, + environ: OsEnvironment(), + sandboxConfig: &SandboxConfig{}, + ninjaWeightListSource: NINJA_LOG, } // Default matching ninja