Skip to content

Latest commit

 

History

History
executable file
·
52 lines (37 loc) · 1.79 KB

README.md

File metadata and controls

executable file
·
52 lines (37 loc) · 1.79 KB

Komodo OS Rom (Android Pie) Source

SourceForge

To get started with manifest/KomodOS, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository, use a command like this:

repo init -u https://github.com/KomodOS-Rom/platform_manifest.git -b pie

Then to sync up:

repo sync -c -f --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j8

Compilation of KomodOS ROM:

From root directory of project, perform following commands in terminal

$ . build/envsetup.sh
$ lunch komodo_$device-userdebug
$ mka bacon komodo

Credits: