Skip to content

This manifest will pull all needed trees to brunch AOKP for HTC Rezound (Vigor)

Notifications You must be signed in to change notification settings

VigorAOKP/aokp_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

INITIALIZING REPOSITORY

Init core trees without any device/kernel/vendor :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2

Init repo with all devices, kernels and vendors supported by AOKP :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2 -g all,kernel,device,vendor

Init repo only for a particular device :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2 -g all,-notdefault,<devicename>,<vendorname>

for example, to init only trees needed to build vigor :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2 -g all,-notdefault,vigor,htc

Init repo for multiple devices :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2 -g all,-notdefault,<devicename1>,<devicename2>,<devicename3>,<vendorname1>,<vendorname2>,<vendorname3>

for example, to init trees needed to build mako and grouper :

$ repo init -u https://github.com/VigorAOKP/aokp_manifest.git -b jb-mr2 -g all,-notdefault,mako,grouper,lge,asus

sync repo :

$ repo sync

About

This manifest will pull all needed trees to brunch AOKP for HTC Rezound (Vigor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published