/manifest

dot-O WIP!! DO NOT BUILD! MIGHT MAKE YOUR DEVICE USELESS JUST LIKE YOU DID WITH YOUR LIFE BY TAKING UP THIS RISK

Getting Started

To get started with the building process, you'll need to get familiar with Git and Repo.

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

repo init -u git://github.com/DotOS/manifest.git -b dot-n

Then to sync up:

repo sync  -f --force-sync --no-clone-bundle

Additionally, you can define the number of parallel download repo should do:

repo sync -f -jX --force-sync --no-clone-bundle    ( X is the number of parallel download repo should do choose depending on your cpu )

Compilation Of Rom

From root directory of Project, perform following commands in terminal

. build/envsetup.sh

lunch dot_$codename

brunch $codename

For maintainership refer here