All you have to do is compile with the correct defconfig. make insertnameofdefconfighere make -j(number of cores you have plus two).
So if you have four cores and are building for a defconfig called android_defconfig, you would do the following. make android_defconfig make -j6 -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
