Skip to content

Commit 8a43955

Browse files
author
az
committed
close test mode
1 parent 88d154a commit 8a43955

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

script/android-common.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ export ANDROID_TRIPLES=("arm-linux-androideabi" "aarch64-linux-android" "i686-li
5151
export ANDROID_API=23
5252

5353
# for test
54-
ANDROID_ARCHS=("arm64-v8a")
55-
ANDROID_TRIPLES=("aarch64-linux-android")
56-
ANDROID_API=23
54+
# ANDROID_ARCHS=("arm64-v8a")
55+
# ANDROID_TRIPLES=("aarch64-linux-android")
56+
# ANDROID_API=23
5757

5858
echo "###############################################################################" >/dev/null
5959
echo "#### Function Partition #####" >/dev/null

script/ios-common.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export IOS_API=8.0
5252
export IOS_SYSROOT=""
5353

5454
# for test
55-
IOS_ARCHS=("arm64")
56-
IOS_TRIPLES=("aarch64-ios-darwin")
57-
IOS_API=8.0
55+
# IOS_ARCHS=("arm64")
56+
# IOS_TRIPLES=("aarch64-ios-darwin")
57+
# IOS_API=8.0
5858

5959
echo "###############################################################################" >/dev/null
6060
echo "#### Function Partition #####" >/dev/null

0 commit comments

Comments
 (0)