aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Jansson <jansson@google.com>2022-02-24 15:57:19 +0100
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-02-24 15:19:23 +0000
commiteba45a9c17dabadb8fb2cdf0db731602370cb824 (patch)
treea22db90e7587bc73a822cadd49d6202ed6dbe874
parent43a21fbf9d1979baa271dd930653a4ecb24445c8 (diff)
downloadlibyuv-eba45a9c17dabadb8fb2cdf0db731602370cb824.tar.gz
Update gclient instructions + environment
Bug: libyuv:917 Change-Id: I0c9930570bba8a1c43f8477e29b839cfa82051a8 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3488008 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Christoffer Jansson <jansson@chromium.org>
-rw-r--r--docs/getting_started.md8
-rw-r--r--download_vs_toolchain.py4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 15b19ab2..ffe0369e 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -27,12 +27,12 @@ Then you'll get a .gclient file like:
},
];
-For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
+For iOS add `target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
-Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/master
+Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/main
### Android
-For Android add `;target_os=['android'];` to your Linux .gclient
+For Android add `target_os=['android'];` to your Linux .gclient
solutions = [
{ "name" : "src",
@@ -43,7 +43,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient
},
"safesync_url": "",
},
- ];
+ ]
target_os = ["android", "linux"];
Then run:
diff --git a/download_vs_toolchain.py b/download_vs_toolchain.py
index 49d06930..6bc086d6 100644
--- a/download_vs_toolchain.py
+++ b/download_vs_toolchain.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-#
+#!/usr/bin/env vpython3
+
# Copyright 2014 The LibYuv Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style license