travis: disable hardfp finally, it mostly useless with newer NDK updates

This commit is contained in:
Alibek Omarov 2019-11-29 14:44:24 +03:00
parent 959e10f720
commit 56859e03c3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
- export ANDROID_NDK_HOME=$ANDROID_SDK_HOME/ndk-bundle
script:
- cd android
- export ARCHS="armeabi armeabi-v7a-hard x86"
- export ARCHS="armeabi armeabi-v7a x86"
- export TOOLCHAIN="host"
- sh compile.sh release
after_script: