Skip to content

VanillaUnicorn/platform_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 

Repository files navigation

VanillaUnicorn Source

Getting Started

To get started with VanillaUnicorn-Dev sources, you'll need to get familiar with Git and Repo.

Creating Directories

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

Initializing Repository

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

Building the System

Initialize the environment running:

. build/envsetup.sh

To enter the menu:

lunch

Now search for your device number and enter the number

If you have any issues/questions please contact us on g+

https://plus.google.com/u/0/communities/113421451898131433024

About

Vanilla Unicorn Manifest

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors