Android x86 Configuration from Source

Thanks to the great documentation, we’ve successfully built UE4 builds across 4.5/4.5.1/4.6-preview

But where everyone on my team is getting stuck is getting the Android x86 engine binaries to compile from source. When we tell Visual Studio to build the Android Configuration (shipping or development), it only spits out ARMv7 .so files from the android-ndk compile steps.

What do we need to change in configuration to get it to generate the Android x86 binaries/libraries? Thanks!

Solving myself, it’s BaseEngine.ini that appears to be where you switch on Android-x86. Then building in VS as normal for Android will get the right so’s in the price places.