Provision AOSP development environment on Ubuntu 12.04 LTS 64-bit with puppet.
- Make sure you have Virtualbox, Vagrant (1.5.0 or higher) on your machine.
$ git clone https://github.com/chitacan/aosp-env
$ cd aosp-env
$ vagrant up
$ vagrant ssh
vagrant$ cd workspace/android-4.4_r1
vagrant$ repo sync
vagrant$ . build/envsetup
vagrant$ lunch
vagrant$ make
- required packages to build AOSP
- vim & plugins (unite, fugitive, Vundle)
- tmux
- AOSP branch(
android-4.4_r1
,android_4.1.2_r1
,android_4.3_r1
) directories with manifest