Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 2.07 KB

File metadata and controls

61 lines (55 loc) · 2.07 KB



A Custom ROM based on Lineage OS.


Getting started

Currently Source of A16 QPR2 is Buildable with March Security Patch

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 16.2 --git-lfs

Then to sync up:

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

Start the build

. build/envsetup.sh
lunch lineage_$device-bp4a-$buildtype
m bacon

Credits