Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.07 KB

Cosmic-OS

Credits

Getting Started

To get started with the Cosmic-OS sources, you'll need to get familiar with Git and Repo.

Initialize the Repositories

repo init -u https://github.com/Cosmic-OS/platform_manifest.git -b pulsar-release
repo sync --no-tags --no-clone-bundle --force-sync -c

-j# -Set jobs by just replacing # with what you wish

This will initialize the new repository and begin the initial sync. This can take a while!

Building the System

Initialize the ROM environment with the envsetup.sh script. By entering command (i).

. build-cos.sh #device

Just replace #device with your device name

EG   . build-cos.sh berkeley

OR

 . build/envsetup.sh
 lunch cos_<device>-userdebug
 brunch <device>