Skip to content

ProjectSakura/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation




A Custom ROM based on Lineage OS.


Getting started

To get started with Android/Project-Sakura, you'll need to get familiar with Source Control Tools.

To initialize your local repository using the LineageOS trees, use a command like this:

repo init --depth=1 -u https://github.com/ProjectSakura/android.git -b 14 --git-lfs

Then to sync up:

repo sync --force-sync --optimized-fetch -j `nproc`

Start the build

You can use your Lineage OS trees to build Sakura without any changes.

. build/envsetup.sh
lunch lineage_<devicecodename>-ap1a-userdebug
mka bacon

Credits