Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 616 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 616 Bytes

Compile Script for OMNIROM

Copy compile.sh to android(OMNI) root dir.

Usage:

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

Example:

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