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

Currently Source of A15 is WIP

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 15-wip --git-lfs

Then to sync up:

repo sync

Start the build

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

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

Credits