android 编译 webrtc src/third_party (ERROR) 错误

在尝试使用gclient sync --nohooks时遇到了一个错误,提示在src/third_party目录下有未提交的改动。通过查看.gclient文件,发现解决方案是针对目标操作系统将'unix'改为'linux'。修改后重新运行命令,同步成功。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

gclient sync --nohooks
Running depot tools as root is sad.
Syncing projects:   6% (17/252) src/third_party
src/third_party (ERROR)
----------------------------------------
[0:00:04] Started.
[0:00:05] Finished running: git config remote.origin.url
[0:00:05] Finished running: git rev-list -n 1 HEAD
[0:00:05] Finished running: git rev-parse --abbrev-ref=strict HEAD
----------------------------------------
Error: 7>
7> ____ src/third_party at ddfda490302ff0f31a4de48e7b862452220a62e2
7>      You have unstaged changes.
7>      Please commit, stash, or reset.

发现

cat .gclient
solutions = [
  {
    "name": "src",
    "url": "https://webrtc.googlesource.com/src.git",
    "deps_file": "DEPS",
    "managed": False,
    "custom_deps": {},
  },
]
target_os = ["android", "unix"]

修改unix为linux,重新gclient sync --nohooks,成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值