Android NDK build-host-executable.mk: No such file or directory
问题 Short question: I'm trying to build an app that has a JNI dependency, using Eclipse ADT and NDK r10e (the current version). The JNI dependency (apparently) builds a binary to run on the build host, using build-host-executable.mk from the NDK. However, that script seems to have been removed in recent NDK versions. What do I do? Long question: The JNI dependency is platform/external/srec from AOSP, which comes with an Android.mk file (actually, several of them). I have set up Eclipse to build