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>
This commit is contained in:
Christoffer Jansson 2022-02-24 15:57:19 +01:00 committed by libyuv LUCI CQ
parent 43a21fbf9d
commit eba45a9c17
2 changed files with 6 additions and 6 deletions

View File

@ -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 ### Android
For Android add `;target_os=['android'];` to your Linux .gclient For Android add `target_os=['android'];` to your Linux .gclient
solutions = [ solutions = [
{ "name" : "src", { "name" : "src",
@ -43,7 +43,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient
}, },
"safesync_url": "", "safesync_url": "",
}, },
]; ]
target_os = ["android", "linux"]; target_os = ["android", "linux"];
Then run: Then run:

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env vpython3
#
# Copyright 2014 The LibYuv Project Authors. All rights reserved. # Copyright 2014 The LibYuv Project Authors. All rights reserved.
# #
# Use of this source code is governed by a BSD-style license # Use of this source code is governed by a BSD-style license