commit | bc55b50231412b728b7eea783a96db0dcfb8dc0e | [log] [tgz] |
---|---|---|
author | Brandon McAnsh <brandon.mcansh@gmail.com> | Tue Nov 19 20:23:27 2013 +0100 |
committer | Brandon McAnsh <brandon.mcansh@gmail.com> | Tue Nov 19 20:23:27 2013 +0100 |
tree | 97570b2839ac9b674328a48de5778e55678f1efa | |
parent | dd1dd05c75223b45b5adeba7de0fa987057b389d [diff] |
Track our own d2 kernel * To fix vibetonz and other Change-Id: I1138d398416ba50c32232aad4c900ee004eb9a1e Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
Init core trees without any device/kernel/vendor :
$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2
Init repo with all devices, kernels and vendors supported by AOKP :
$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2 -g all,kernel,device,vendor
Init repo only for a particular device :
$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2 -g all,-notdefault,<devicename>,<vendorname>
for example, to init only trees needed to build mako :
$ repo init -u https://github.com/AOKP/platform_manifest.git -b jb-mr2 -g all,-notdefault,mako,lge
Init repo for multiple devices :
$ repo init -u https://github.com/AOKP/platform_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/AOKP/platform_manifest.git -b jb-mr2 -g all,-notdefault,mako,grouper,lge,asus
sync repo :
$ repo sync