Skip to content

Commit

Permalink
v0.9.5b
Browse files Browse the repository at this point in the history
Forgot to lunch on solo build
  • Loading branch information
LuckyRepo committed Jul 27, 2017
1 parent 776cb19 commit 1c7dc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aosip.sh
Expand Up @@ -3,7 +3,7 @@
echo -e '\e[104mStarting AOSiP Helper. Press any key to clear the terminal and continue\e[0m'
read -n 1 -s
clear
echo -e '\e[104mBuild and Sync Script v0.9.5a for AOSiP\e[0m'
echo -e '\e[104mBuild and Sync Script v0.9.5b for AOSiP\e[0m'
echo -e '\e[91mThis build still contains test code. Not for daily use. Devs and testers Only.\e[0m'
cd ~/build/aosip
PATH=~/bin:$PATH
Expand Down Expand Up @@ -36,6 +36,7 @@ do
echo -e '\e[32mYou are going to build for' $devicename '\e[32mdevice model\e[0m'
echo -e '\e[32mStarting build\e[0m'
sleep 2
lunch aosip_$devicename-userdebug
time make -j8 kronic
pause 1
exit
Expand Down

0 comments on commit 1c7dc85

Please sign in to comment.