mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Fix fetch config for libyuv
Follow-up to crrev.com/c/7019389. Change-Id: Ia4f635699304a820033f666166cd97d0db6f8e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7036474 Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
This commit is contained in:
committed by
LUCI CQ
parent
81c128e08f
commit
6af610f8f8
@@ -16,7 +16,7 @@ class Libyuv(config_util.Config):
|
||||
def fetch_spec(props):
|
||||
url = 'https://chromium.googlesource.com/libyuv/libyuv.git'
|
||||
solution = {
|
||||
'name': 'libyuv',
|
||||
'name': 'src',
|
||||
'url': url,
|
||||
'deps_file': 'DEPS',
|
||||
'managed': False,
|
||||
@@ -32,7 +32,7 @@ class Libyuv(config_util.Config):
|
||||
|
||||
@staticmethod
|
||||
def expected_root(_props):
|
||||
return 'libyuv'
|
||||
return 'src'
|
||||
|
||||
|
||||
def main(argv=None):
|
||||
|
||||
Reference in New Issue
Block a user