To get started with VanillaUnicorn-Dev sources, you'll need to get familiar with Git and Repo.
You will need to set up some directories in your build environment:
mkdir -p ~/bin
mkdir -p ~/vu
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
cd ~/vu
Init core trees without any device/kernel/vendor :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat
Init repo with all devices, kernels and vendors supported by VanillaUnicorn :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat -g all,kernel,device,vendor
Init repo only for a particular device :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat -g all,-notdefault,<devicename>,<vendorname>
for example, to init only trees needed to build mako :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat -g all,-notdefault,mako,lge
Init repo for multiple devices :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat -g all,-notdefault,<devicename1>,<devicename2>,<devicename3>,<vendorname1>,<vendorname2>,<vendorname3>
for example, to init trees needed to build mako and flo :
$ repo init -u https://github.com/VanillaUnicorn/platform_manifest.git -b kitkat -g all,-notdefault,mako,flo,lge,asus
sync repo :
$ repo sync
Initialize the environment running:
. build/envsetup.sh
To enter the menu:
lunch
Now search for your device number and enter the number
https://plus.google.com/u/0/communities/113421451898131433024