Per this response , I tried to build using the -mfloat-abi=hard
flag. In Application.mk
I have
APP_ABI := armeabi-v7a
APP_CFLAGS += -mfloat-abi=hard
and got this error
error: ./obj/local/armeabi-v7a/objs/XXX.o uses VFP register arguments, output does not
I found this link where someone posted that -mfloat-abi=hard does not work with the stock toolchain.
Is this still the case in NDKr9?