浏览代码

update engine repo url

/zgh-build_scripts
guanghuispark 4 年前
当前提交
e9bc220a
共有 4 个文件被更改,包括 4 次插入7 次删除
  1. 3
      engine/Scripts/lib_build_android.sh
  2. 3
      engine/Scripts/lib_build_ios.sh
  3. 3
      engine/Scripts/lib_build_mac.sh
  4. 2
      engine/Scripts/lib_build_win.py

3
engine/Scripts/lib_build_android.sh


mkdir engine
fi
cd engine
#git@github.com:guanghuispark/engine.git is a temp repo, replace it later
\"url\": \"git@github.com:guanghuispark/engine.git\",
\"url\": \"git@github.com:flutter/engine.git\",
\"custom_deps\": {},
\"deps_file\": \"DEPS\",
\"safesync_url\": \"\",

3
engine/Scripts/lib_build_ios.sh


mkdir engine
fi
cd engine
#git@github.com:guanghuispark/engine.git is a temp repo, replace it later
\"url\": \"git@github.com:guanghuispark/engine.git\",
\"url\": \"git@github.com:flutter/engine.git\",
\"custom_deps\": {},
\"deps_file\": \"DEPS\",
\"safesync_url\": \"\",

3
engine/Scripts/lib_build_mac.sh


mkdir engine
fi
cd engine
#git@github.com:guanghuispark/engine.git is a temp repo, replace it later
\"url\": \"git@github.com:guanghuispark/engine.git\",
\"url\": \"git@github.com:flutter/engine.git\",
\"custom_deps\": {},
\"deps_file\": \"DEPS\",
\"safesync_url\": \"\",

2
engine/Scripts/lib_build_win.py


{
"managed": False,
"name": "src/flutter",
"url": "git@github.com:guanghuispark/engine.git",
"url": "git@github.com:flutter/engine.git",
"custom_deps": {},
"deps_file": "DEPS",
"safesync_url": "",

正在加载...
取消
保存