-
Kevin Wells authored
This change adds an Android.mk file which only gets picked up when a user runs 'mm'. In other words, it does not get picked up in the official build. The file is intended to give developers an alternative to running 'make bootimage' which can be slow. Make sure to pass the '-j' option into 'mm' in order to speed up your build ('mm' calls 'make' underneath) For example: 'mm -j8' A user can also pass a command directly into the kernel build system by prefixing that command with "kernel-". For example: 'mm kernel-mrproper' passes the 'mrproper' build target into the kernel make system. Change-Id: Ic445cde68d4f1d082c29079cd3bb716b281dc45c Signed-off-by:
Kevin Wells <kewells@motorola.com> Change-Id: I88ce42a7f47c5cfacdcbbf7446b9e261c270a1f7 Reviewed-on: http://gerrit.pcs.mot.com/545322 SLT-Approved: Slta Waiver <sltawvr@motorola.com> Tested-by:
Jira Key <jirakey@motorola.com> Submit-Approved: Jira Key <jirakey@motorola.com> (cherry picked from commit c74b4d7a608bf02506...
a26487ad