Skip to content
Snippets Groups Projects
Commit a2811236 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

fdroid: build for x86_64 instead of x86

Change-Id: I1bae73b0ab035e5019e91620bf740ffd19288625
parent 02b3a698
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ echo " - versionName: ${versionName}
build:
- cd ../..
- export ANDROID_NDK_ROOT=\"\$ANDROID_NDK\"
- export ANDROID_ABI=\"armeabi-v7a arm64-v8a x86\"
- export ANDROID_ABI=\"armeabi-v7a arm64-v8a x86_64\"
- ./compile.sh --release --daemon
ndk: ${ndkVersion}" >> ${METADATA_FOLDER}/cx.ring.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment