0

Typo fix in linux-lacros build instructions

Change-Id: I2aadf364f3ed3c95be619191c908c5ba7869ba99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224500
Commit-Queue: Sonja Laurila <laurila@google.com>
Reviewed-by: Andrew Rayskiy <greengrape@google.com>
Cr-Commit-Position: refs/heads/main@{#1250132}
This commit is contained in:
Sonja Laurila
2024-01-22 13:17:36 +00:00
committed by Chromium LUCI CQ
parent 2dc2823847
commit 678c01d304

@ -37,7 +37,7 @@ out_linux_ash: the directory that holds artifacts for ash-chrome running on linu
% gn args out_linux_ash/Release
target_os="chromeos"
use_remoteeec=true # speeds up compilation
use_remoteexec=true # speeds up compilation
```
out_linux_lacros: the directory that holds artifacts for lacros-chrome running on linux
```shell