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-p
repo sync -c -jx --force-sync --no-clone-bundle --no-tags
Additionally, you can define the number of parallel download repo should do:
repo sync -f -jX --force-sync --no-clone-bundle --no-tags ( X is the number of parallel download repo should do choose depending on your cpu )
From root directory of Project, perform following commands in terminal
source build/envsetup.sh
lunch dot_<devicecodename>-userdebug
make bacon
• For maintainership & to submit patches refer HERE
• Submit your All patches through our Gerrit Code Review
• Help us on translation through our Crowdin