Skip to content

PalyrimOS/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

PalyrimOS

Getting started

To get started with PalyrimOS, you'll need to get familiar with Source Control Tools.

Sync

Initialize local repository

repo init -u https://github.com/PalyrimOS/manifest.git -b thirteen

Sync

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

Build

Set up environment

. build/envsetup.sh

Choose a target

lunch lineage_$device-userdebug

Build the code

mka bacon

Credits:

And more