TechExhibeo

legacy io

Oct 3rd, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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=LegacyServer
  7. export KBUILD_BUILD_HOST=TheLegacyBOT
  8. export IO_BUILDTYPE=OFFICIAL
  9.  
  10. prebuilts/misc/linux-x86/ccache/ccache -M 490G
  11.  
  12. repo sync -j16
  13.  
  14. # clean
  15. make clean && make clobber
  16.  
  17. cd /home/jenkins/vfs/user_2/io
  18. . rom-build.sh $device
  19. #. build/envsetup.sh
  20. #lunch io_armani-userdebug
  21. #make framework-res -j4
  22. #make SystemUI -j4
  23. #make Settings -j4
  24. #cp out/target/product/$device/Infin*.zip /home/jenkins/vfs/user_common/builds/Infin*
Advertisement
Add Comment
Please, Sign In to add comment