代码下载
git config --global filter.lfs.clean "git-lfs clean -- %f"
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
git config --global filter.lfs.process "git-lfs filter-process"
git config --global filter.lfs.required true
curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > ./repo
repo init --repo-url https://gitee.com/oschina/repo.git -u https://gitee.com/FlyHong_SEEK100/manifest -b develop-3.2.1-Release --no-repo-verify
repo sync
repo forall -c git lfs pull
源码编译
bash build/prebuilts_download.sh //首次编译需执行一次,接下去就不需要了
./build.sh --product-name seek100
烧片包路径
out/seek100/packages/phone/pac/seek100_userdebug.pac
本文介绍了如何配置GitLFS全球过滤器以管理大文件,以及如何从Gitee下载源代码并进行初次编译。详细步骤包括设置gitconfig、使用gitlfsclean,smudge和process,以及执行build脚本和获取烧片包。
229

被折叠的 条评论
为什么被折叠?



