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=LegacyServer
- export KBUILD_BUILD_HOST=TheLegacyBOT
- export IO_BUILDTYPE=OFFICIAL
- prebuilts/misc/linux-x86/ccache/ccache -M 490G
- repo sync -j16
- # clean
- make clean && make clobber
- cd /home/jenkins/vfs/user_2/io
- . rom-build.sh $device
- #. build/envsetup.sh
- #lunch io_armani-userdebug
- #make framework-res -j4
- #make SystemUI -j4
- #make Settings -j4
- #cp out/target/product/$device/Infin*.zip /home/jenkins/vfs/user_common/builds/Infin*
Advertisement
Add Comment
Please, Sign In to add comment