mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
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:
parent
43a21fbf9d
commit
eba45a9c17
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user