Skip to content

Commit

Permalink
close test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
az committed Jun 2, 2020
1 parent 88d154a commit 8a43955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions script/android-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export ANDROID_TRIPLES=("arm-linux-androideabi" "aarch64-linux-android" "i686-li
export ANDROID_API=23

# for test
ANDROID_ARCHS=("arm64-v8a")
ANDROID_TRIPLES=("aarch64-linux-android")
ANDROID_API=23
# ANDROID_ARCHS=("arm64-v8a")
# ANDROID_TRIPLES=("aarch64-linux-android")
# ANDROID_API=23

echo "###############################################################################" >/dev/null
echo "#### Function Partition #####" >/dev/null
Expand Down
6 changes: 3 additions & 3 deletions script/ios-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export IOS_API=8.0
export IOS_SYSROOT=""

# for test
IOS_ARCHS=("arm64")
IOS_TRIPLES=("aarch64-ios-darwin")
IOS_API=8.0
# IOS_ARCHS=("arm64")
# IOS_TRIPLES=("aarch64-ios-darwin")
# IOS_API=8.0

echo "###############################################################################" >/dev/null
echo "#### Function Partition #####" >/dev/null
Expand Down

0 comments on commit 8a43955

Please sign in to comment.