Advertisement
techmik

Untitled

Sep 1st, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. # mybuild.sh
  2.  
  3. # my custom script to build and flash
  4.  
  5. # change to top of build directory
  6. cd ~/android/system
  7.  
  8. # prepare and build for my stupid system ;)
  9. USE_CCACHE=1 ./build.sh captivatemtd kernel && mv ~/android/system/out/target/product/captivatemtd/cyanogen_captivatemtd-ota-eng.techmik.zip ~/android/system/out/target/product/captivatemtd/cyanogen_captivatemtd-ota-eng..zip && USE_CCACHE=1 ./build.sh captivatemtd kernel && . build/envsetup.sh && lunch 86 && eat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement