Android custom ROM project based on LineageOS/AOSP, with minimal features, functionality and most importantly, performance.
To get started with ForkLineageOS, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository using the LineageOS trees, use a command like this:
repo init -u git://github.com/ForkLineageOS/android.git -b lineage-18.1
Then to sync up:
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
$ source build/envsetup.sh
$ lunch lineage_$device-userdebug
$ make bacon -j$(nproc --all)
Join our telegram Discussion ForkLineageDiscussion.