Openfl android-x86

Hey,

Is it possible to create an x86 or x86_64 android apk?
I found this:

but still the arm-linux-androideabi-g++ compiler is used.

Thanks!
Nathan

It’s about the architectures used, defaults is ARMv7, you could try <architecture name="x86" if="android" />, I think, to do both