Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Building "generic" LineageOS GSIs

Set up your environment by referring to LineageOS Wiki (mainly "Install the build packages" and "Install the repo command").

Create a new working directory for your LineageOS build and navigate to it:

mkdir lineage-21-pre-qpr2-build-gsi; cd lineage-21-pre-qpr2-build-gsi

Initialize your LineageOS workspace:

repo init -u https://github.com/LOS21-pre-QPR2/android.git -b lineage-21.0 --git-lfs

Clone both this and the patches repos:

git clone https://github.com/AndyCGYan/lineage_build_unified lineage_build_unified -b lineage-21-pre-qpr2-light
git clone https://github.com/AndyCGYan/lineage_patches_unified lineage_patches_unified -b lineage-21-pre-qpr2-light

Finally, start the build script - for example, to build for all supported archs:

bash lineage_build_unified/build_unified.sh treble 64VN 64GN

Be sure to update the cloned repos from time to time!


This script is also used to make device-specific and/or personal builds. To do so, understand the script, and try the device and personal keywords.

关于 About

Unified script for building GSI and device-specific LineageOS

语言 Languages

Shell100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
1
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors