TechExhibeo

Legacy Server 1 Script

Jun 29th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # ccache
  4. export USE_CCACHE=1
  5. export CCACHE_DIR=/home/ccache
  6. export KBUILD_BUILD_USER=LegacyBOT
  7. export KBUILD_BUILD_HOST=Legacy-Server-1
  8.  
  9. prebuilts/misc/linux-x86/ccache/ccache -M 512GB
  10.  
  11. # clean
  12. make clean && make clobber
  13.  
  14. . build/envsetup.sh
  15. lunch cm_$device-userdebug
  16. make bacon -j8
Add Comment
Please, Sign In to add comment