You are wasting your time.
Dolphin's JIT needs to be written specifically for the architecture of the processor you have. There is a very mature JIT for x86_64, and the good news is that maturity should largely carry over to android once the PIE thing is resolved.
However,until there is a real android device that supports x86_64, there is no reason to do this, and so it won't be done. It requires solid OpenGL support, so even once the architecture is supported, you'll still need a real device.
Dolphin's JIT needs to be written specifically for the architecture of the processor you have. There is a very mature JIT for x86_64, and the good news is that maturity should largely carry over to android once the PIE thing is resolved.
However,
