Skip to content

tech-gm/android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,549 Commits
 
 
 
 
 
 

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 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published