Skip to content

Commit

Permalink
vendor/aokp: Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Meninblack007 <sanyam.53jain@gmail.com>
  • Loading branch information
Meninblack007 authored and bmc08gt committed Feb 10, 2016
1 parent 3ef17c6 commit 5ead02f
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,7 @@ Initializing Repository

Init core trees without any device/kernel/vendor :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm

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

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,kernel,device,vendor

Init repo only for a particular device :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,<devicename>,<vendorname>

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

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,mako,lge

Init repo for multiple devices :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm -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/MarshMallowKang/platform_manifest.git -b mm -g all,-notdefault,mako,flo,lge,asus

$ repo init -u https://github.com/AOKP/platform_manifest.git -b mm

sync repo :

Expand All @@ -47,12 +26,12 @@ Building
After the sync is finished, please read the [instructions from the Android site](http://s.android.com/source/building.html) on how to build.

. build/envsetup.sh
brunch
lunch


You can also build (and see how long it took) for specific devices like this:
You can also build (and see how long it took) for specific devices (eg. hammerhead) like this:

. build/envsetup.sh
time brunch aokp_mako-userdebug
lunch aokp_hammerhead-userdebug && time make rainbowfarts

Remember to `make clobber` every now and then!
Remember to `make clean` every now and then!

0 comments on commit 5ead02f

Please sign in to comment.