Copy compile.sh to android(OMNI) root dir.
bash compile.sh [-d <device>] [-b <clean|installclean|continue> ] [-u] [-c] [-p]
-u : Upload Log File to OMNI Paste
-p : Use pre-built chromium
-c : Use CCACHE
Compiling(installclean) for Galaxy S with CCACHE and pre-built chromium:
bash compile.sh -d galaxysmtd -b installclean -c -p
Compiling(clean) for Galaxy S(B) with CCACHE , pre-built chromium and then upload log to Paste OMNI:
bash compile.sh -d galaxysbmtd -b clean -ucp