TechExhibeo

Legacy Script old

Jun 4th, 2015
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #server
  4. virtualenv2 venv
  5. source venv/bin/activate
  6. export LC_ALL=C
  7. cd art
  8. git fetch http://review.cyanogenmod.org/CyanogenMod/android_art refs/changes/24/120824/2 && git cherry-pick FETCH_HEAD
  9. cd ..
  10.  
  11. # ccache
  12. export USE_CCACHE=1
  13. export CCACHE_DIR=/home/ccache
  14. export KBUILD_BUILD_USER=LegacyBOT
  15. export KBUILD_BUILD_HOST=TheLegacyServer
  16.  
  17.  
  18. prebuilts/misc/linux-x86/ccache/ccache -M 490G
  19.  
  20.  
  21. # clean
  22. make clean && make clobber
  23.  
  24. cd /home/deepak/cm
  25. . build/envsetup.sh
  26. lunch cm_$device-userdebug
  27. make bacon -j8
Advertisement
Add Comment
Please, Sign In to add comment