TechExhibeo

vat bliss

Sep 20th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # ccache
  4. export USE_CCACHE=1
  5. export CCACHE_DIR=/home/jenkins/vfs/drive_ccache
  6. export KBUILD_BUILD_USER=Vatsal
  7. export KBUILD_BUILD_HOST=BuildBot
  8. export BLISS_BUILDTYPE=OFFICIAL
  9.  
  10. prebuilts/misc/linux-x86/ccache/ccache -M 490G
  11.  
  12. #repo sync
  13. #repo sync -j4
  14.  
  15. # clean
  16. make clean && make clobber && make mrproper
  17.  
  18. cd /home/jenkins/vfs/user_1/bliss
  19.  
  20. . build/envsetup.sh
  21. lunch bliss_$device-userdebug
  22. make bacon -j8
  23.  
  24. cp -r out/target/product/$device/Blis*.zip /home/jenkins/vfs/user_1/builds/$device
  25. cp -r out/target/product/$device/ota4.xml /home/jenkins/vfs/user_1/builds/$device
Advertisement
Add Comment
Please, Sign In to add comment