通过使用ccache加速android 源码编译的配置


通过使用ccache加速android 源码编译的配置,在编译之前执行一下附件的脚本即可。


#created by robert wang to help make builds faster

export USE_CCACHE=1
export CCACHE_DIR=~/.ccache
prebuilts/misc/linux-x86/ccache/ccache -M 50G




你可能感兴趣的:(android,脚本,ccache,编译优化,系统编译)