I am trying to build an executable with NDK. However I am getting the following error:
Tools/android-ndk-r14b/build/core/build-binary.mk:687: Android NDK: Module ABCD depends on undefined modules: cutils c
Tools/android-ndk-r14b/build/core/build-binary.mk:700: *** Android NDK: Aborting (set APP_ALLOW_MISSING_DEPS=true to allow missing dependencies) . Stop.
How can I fix it?