NDK 8b, Eclipse / Cygwin
I'm trying to add custom pre-build steps to Android.mk:
1) for every *.xyz file in the source tree, run a custom tool which generates corresponding .h and .cpp files
2) add the .cpp files to LOCAL_SRC_FILES
I've read this post and it's not quite what I'm looking for (it's only for one file)