0

我需要为 Android 构建旧版本的 Chromium,版本号 60。我按照以下步骤操作:

  1. git 克隆 https://chromium.googlesource.com/chromium/tools/depot_tools.git
  2. 导出 PATH="$PATH:/path/to/depot_tools"
  3. mkdir ~/铬 && cd ~/铬
  4. fetch --nohooks --no-history android
  5. git fetch https://chromium.googlesource.com/chromium/src.git +refs/tags/60.0.3112.116:chromium_60.0.3112.116 --depth 1
  6. gclient 同步 --with_branch_heads --with_tags

配方在这里报道。

最后一步失败,出现以下错误:

同步项目:80% (21/26) src/third_party/cld_2/src

src/media/cdm/api (错误) ---------------------------------------- [0:00:00] 开始。-------------------------------------- 错误:命令'git checkout --quiet 46eebfa522b06c1f0b52b4233caa56793badf112 ' 在 /root/chromium/src/media/cdm/api 中返回非零退出状态 128 致命:引用不是树:46eebfa522b06c1f0b52b4233caa56793badf112

其中 46eebfa522b06c1f0b52b4233caa56793badf112 与铬 / 铬 / cdm 上的此提交有关。

您对此有一些经验/想法吗?

谢谢您最好的问候

4

0 回答 0