Skip to content

rooque/Compile-Script-for-OMNIROM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Automation of the build process for OMNIROM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages