GitHub - xhapless/android

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 --depth=1 -u https://github.com/keerthiteja/android.git -b lineage-18.1
cd .repo
git clone https://github.com/keerthiteja/local_manifests.git -b flos-11 local_manifests
cd ..

Then to sync up:

repo sync --current-branch --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j `nproc`

Finally, to build

 source build/envsetup.sh
 export TARGET_FLOS=true
 export WITH_GMS=true
 lunch lineage_dumpling-user
 mka bacon -j24
 source build/envsetup.sh
 export TARGET_FLOS=true
 export WITH_GMS=true
 lunch lineage_cheeseburger-user
 mka bacon -j24

Credits

Important Links

Join our telegram Discussion ForkLineageDiscussion.