Skip to content

fork-lineage/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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 https://github.com/fork-lineage/android.git -b lineage-19.1

Then to sync up:

repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)

Troubleshoot the sync with this if you are stuck:

repo --trace sync -j1

Finally, to build for Davinci

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

Credits

Important Links

Join our telegram Discussion ForkLineageDiscussion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published