Skip to content

Commit 8a46d20

Browse files
author
Martin Schwamberger
committed
Update logs
1 parent 54c07fd commit 8a46d20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function clear_android_env {
4949
}
5050

5151
function 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

155156
function distribute_android {
156-
echo ">>>"
157-
echo "Distribute Android"
157+
log_title "Distribute Android"
158158

159159
local PLATFORM="Android"
160160
local NAME="$PLATFORM"

build-ios.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8788
function distribute_ios() {
88-
echo ">>>"
89-
echo "Distribute iOS"
89+
log_title "Distribute iOS"
9090

9191
local PLATFORM="iOS"
9292
local NAME="$PLATFORM"

0 commit comments

Comments
 (0)