How to remove Mips from build?

Hi All,

I’m new to Gradle, I have a old android project that takes a few native static libraries for different Archs, I have for arm and x86, I do not have the static libraries for mips or mips_64.

I successfully converted the project into android studio and created Gradle build settings…
These static libraries are C++ based and are read by NDK, I have the Android.mk and Application.mk where I have mentioned
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64

Though when the project gets built, it is not taking the settings into account, and is asking for the static libraries for mips. I tried everything, but with no success.

Can anyone help me by guiding me on how to build the project avoiding the mips arch in the build. It will be of a great help !

Thanks and regards,
Sac