Android problem to add 64bit libraries for Play Store compatibility (opencv2413)

Hi, my x64 device wants this line of code ndk.abiFilters ‘x86’, ‘armeabi’, ‘mips’, ‘armeabi-v7a’ in the Gradle. Without the line of code, my camera show only a black display.
My problem is that I cannot release my app in the store because I think are necessary to add both the x86_64 and arm64-v8a folders not available in opencv2413.
When I update OpenCV in opencv310, I have the x86_64 and arm64-v8a folders, but I have to change 2 imports: import static org.opencv.imgcodecs.Imgcodecs.imwrite; import org.opencv.core.DMatch; so, I have again that the camera shows only a black display.