On my case, Gradle 8.4, AGP 8.3.0 I MUST make the 'Application.mk' ahead of 'Android.mk', like this
ndkBuild { path file('src/main/wrapper/jni/Application.mk') path file('src/main/wrapper/jni/Android.mk') }