SEEK100系统源码编译指南
代码下载 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
代码下载
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
更多推荐
所有评论(0)