To get started with the Cosmic-OS sources, you'll need to get familiar with Git and Repo.
- quasar-release - Android 10
- corona-release - Android Pie
- pulsar-release - Android Oreo
repo init -u https://github.com/Cosmic-OS/platform_manifest.git -b quasar-release
repo sync --no-tags --no-clone-bundle --force-sync -c -j#
-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!
Initialize the ROM environment with the envsetup.sh script. By entering command (i).
. build/envsetup.sh
lunch cos_<device>-userdebug
brunch <device>