Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #server
- virtualenv2 venv
- source venv/bin/activate
- export LC_ALL=C
- cd art
- git fetch http://review.cyanogenmod.org/CyanogenMod/android_art refs/changes/24/120824/2 && git cherry-pick FETCH_HEAD
- cd ..
- # ccache
- export USE_CCACHE=1
- export CCACHE_DIR=/home/ccache
- export KBUILD_BUILD_USER=LegacyBOT
- export KBUILD_BUILD_HOST=TheLegacyServer
- prebuilts/misc/linux-x86/ccache/ccache -M 490G
- # clean
- make clean && make clobber
- cd /home/deepak/cm
- . build/envsetup.sh
- lunch cm_$device-userdebug
- make bacon -j8
Advertisement
Add Comment
Please, Sign In to add comment