aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbraham Corea Diaz <abrahamcd@google.com>2021-07-02 17:14:39 +0000
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-02 18:56:55 +0000
commit223797e8b6f8e52f3b84c6e4240e2d941b46c6cb (patch)
tree98d4fdba26233d65b9d08fd3268347aab3770119
parentcf428dff2a51418bff4c5b54ecac0f71294db18d (diff)
downloadopenscreen-223797e8b6f8e52f3b84c6e4240e2d941b46c6cb.tar.gz
Remove print statements in .gni files
This patch removes print statements in .gni files causing malformed ninja files. Bug: b/155434730 Change-Id: Idb067429ad09d3f158151653c18f19148be64d8e Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3003569 Commit-Queue: Abraham Corea Diaz <abrahamcd@google.com> Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
-rw-r--r--build/config/sysroot.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
index 339bfd9b..587de5e4 100644
--- a/build/config/sysroot.gni
+++ b/build/config/sysroot.gni
@@ -29,7 +29,6 @@ if (use_sysroot) {
if (exec_script("//build/scripts/dir_exists.py",
[ rebase_path(sysroot) ],
"string") != "True") {
- print("Missing or outdated sysroot for $current_cpu, downloading latest...")
exec_script("//build/scripts/install-sysroot.py",
[
"$current_cpu",