Legacy LineageOS, with the latest patches!
LineageOS resurrected is a version of LineageOS 14 that has the security patches and bug fixes from 2021 and onwards from Lineage's gerrit which were never merged onto their GitHub, so you can use Android Nougat securely!
To get started with Android/LineageOS, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository using your trees, use a command like this:
repo init -u https://github.com/lineageos-resurrected/android.git -b cm-14.1 --git-lfs --depth=1
Then to sync up:
repo sync -c -j$(echo 60) --force-sync --no-clone-bundle --no-repo-verify --no-tags --optimized-fetch
If you get HTTP errors, when repo finishes, just run
repo sync
And to start build:
. build/envsetup.sh
breakfast <device codename>
m bacon -j<number of cpu threads you have>
You can also replace <device codename>
with lineage_<device codename>-eng
for a debug build.
Brought back to life by Ivy with <3.