arm means two ABIs now

This commit is contained in:
Eric House 2019-08-26 18:14:01 +03:00
parent fa889262f6
commit 40fd954bcd

View file

@ -38,7 +38,7 @@ echo "# Generated by $0; do not edit!!!" > $TMP_MK
# TODO: reserach whether armeabi-v7a is better here
if [ -n "$XWORDS_DEBUG_ARMONLY" ]; then
echo "APP_ABI := armeabi" >> $TMP_MK
echo "APP_ABI := armeabi arm64-v8a" >> $TMP_MK
elif [ -n "$XWORDS_DEBUG_X86ONLY" ]; then
echo "APP_ABI := x86" >> $TMP_MK
else