Android Device Filter seems not working with IL2CPP

I’m trying to make separate builds for x86 and armv7. Everything works fine with Mono backend. I switched to IL2CPP and now I’m getting an error in Google Console, because it thinks that separate apks contains support for both platforms (says “Native platforms: armeabi-v7a, x86”).

It is also strange because both apks have less size than the FAT one using IL2CPP.

Is it a bug or am I doing something wrong?

Check the list of native libraries you have in both APKs - this may explain something. Or just share the APKs to check it.