I've tried doing abiFilters ["armeabi-v7a"]
instead of abiFilters.add("armeabi-v7a")
but that results in linking error and message:
Execution failed for task ':linkMyModuleArm64-v8aDebugSharedLibrary'
Basing on this message I suspect that project is still build for all platforms...