1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
215 B

#!/bin/bash
echo -e "\033[32mStarting make boot.img and vendor.img!\033[0m"
source ./mkvendor_boot.sh
echo -e "\033[32mMake boot.img Done!\033[0m"
source ./mkvendor.sh
echo -e "\033[32mMake vendor.img Done!\033[0m"