基本步驟
- 按照官網下載source code並設定環境
- 設定ccache, 原因是能夠加速c/c++的compiler速度(官網)
$ export USE_CCACHE=1 $ export CCACHE_DIR=/<path_of_your_choice>/.ccache $ prebuilt/linux-x86/ccache/ccache -M 20G
- 下載廠商提供的binary檔案, 我的手機是Nexus S, 所以Google提供
- 準備編譯
- 先將環境清乾淨
make clobber
- 設定環境變數
source build/envsetup.sh
- 設定編譯選項
lunch
- 編譯
make -j 4