linux kernel - How to speed up android build system -
linux kernel - How to speed up android build system -
generally, there steps/tricks speed android build, apart -jn option. single line alter in kernel, running 'make bootimage', android build scheme scans android.mk. ways skip @ to the lowest degree ?
by referring build/core/makefile, shows that, can see sequence of commands running while building passing show_commands=1 while building android below,
show_commands=1 v=1 create bootimage -j1 -n >bootimage.txt from can extract commands necessary our case, , can set script build. eg, bootimage.sh
linux-kernel android-build android-kernel
Comments
Post a Comment