Pedro4848477 / android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork LineageOS

Android custom ROM project based on LineageOS/AOSP, with minimal features, functionality and most importantly, performance.

Getting started

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)

Finally, to build

$ source build/envsetup.sh
$ lunch lineage_$device-userdebug
$ make bacon -j$(nproc --all)

Credits

Important Links

Join our telegram Discussion ForkLineageDiscussion.

About