Inclusive fix: removed the word Sane in Soong build UI config
Bug: b/161896447 Test: "lunch 1" and "m nothing" Change-Id: Icd57d339bcc9978c505428730fba33fe291c32d4
This commit is contained in:
parent
8ffde8c9d5
commit
90109177f8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func NewConfig(ctx Context, args ...string) Config {
|
|||
environ: OsEnvironment(),
|
||||
}
|
||||
|
||||
// Sane default matching ninja
|
||||
// Default matching ninja
|
||||
ret.parallel = runtime.NumCPU() + 2
|
||||
ret.keepGoing = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue