File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ function clear_android_env {
4949}
5050
5151function build_android_arch {
52+ log_title " $1 "
5253 if [ -z $1 ]; then
5354 echo ' no ABI set'
5455 exit 1
@@ -153,8 +154,7 @@ function check_files() {
153154}
154155
155156function distribute_android {
156- echo " >>>"
157- echo " Distribute Android"
157+ log_title " Distribute Android"
158158
159159 local PLATFORM=" Android"
160160 local NAME=" $PLATFORM "
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ function build_ios() {
4444 echo " Using iOS min version ${MIN_IOS} "
4545
4646 for ARCH in $IOS_ARCHS ; do
47+ log_title " $ARCH "
4748 local PLATFORM=" iPhoneOS"
4849 local COMPILER=" iphoneos-cross"
4950
@@ -85,8 +86,7 @@ function build_ios() {
8586}
8687
8788function distribute_ios() {
88- echo " >>>"
89- echo " Distribute iOS"
89+ log_title " Distribute iOS"
9090
9191 local PLATFORM=" iOS"
9292 local NAME=" $PLATFORM "
You can’t perform that action at this time.
0 commit comments