SEEK100系统源码编译指南

本文介绍了如何配置GitLFS全球过滤器以管理大文件,以及如何从Gitee下载源代码并进行初次编译。详细步骤包括设置gitconfig、使用gitlfsclean,smudge和process,以及执行build脚本和获取烧片包。
摘要由CSDN通过智能技术生成

代码下载

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值