Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # ccache
- export USE_CCACHE=1
- export CCACHE_DIR=/home/jenkins/vfs/drive_ccache
- export KBUILD_BUILD_USER=Vatsal
- export KBUILD_BUILD_HOST=BuildBot
- export BLISS_BUILDTYPE=OFFICIAL
- prebuilts/misc/linux-x86/ccache/ccache -M 490G
- #repo sync
- #repo sync -j4
- # clean
- make clean && make clobber && make mrproper
- cd /home/jenkins/vfs/user_1/bliss
- . build/envsetup.sh
- lunch bliss_$device-userdebug
- make bacon -j8
- cp -r out/target/product/$device/Blis*.zip /home/jenkins/vfs/user_1/builds/$device
- cp -r out/target/product/$device/ota4.xml /home/jenkins/vfs/user_1/builds/$device
Advertisement
Add Comment
Please, Sign In to add comment