TechExhibeo

XOSP Server Script

Jun 30th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. # ccache
  4. export USE_CCACHE=1
  5. export CCACHE_DIR=/home/ccache
  6.  
  7. # clean
  8. make clean && make clobber
  9.  
  10. . build/envsetup.sh
  11. lunch xosp_"$1"-userdebug
  12. make xosp -j8
Add Comment
Please, Sign In to add comment