Skip to content

Commit

Permalink
Merge pull request #1 from brarcher/travis
Browse files Browse the repository at this point in the history
Removing building armeabi-v7a-neon and arm64
  • Loading branch information
brarcher authored Mar 31, 2018
2 parents 862cd64 + 95d03a6 commit df05694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SUPPORTED_ARCHITECTURES=(armeabi-v7a armeabi-v7a-neon x86 arm64)
SUPPORTED_ARCHITECTURES=(armeabi-v7a x86)
ANDROID_NDK_ROOT_PATH=${ANDROID_NDK}
if [[ -z "$ANDROID_NDK_ROOT_PATH" ]]; then
echo "You need to set ANDROID_NDK environment variable, please check instructions"
Expand Down

0 comments on commit df05694

Please sign in to comment.