[android-developers] A better way to set up my MK files when building sub-projects

2011-10-12 Thread LDS
My main project relies on 2 libs containing the same config.h file in their own dir. My main issue with Android.mk is that I am unable to specify 2 sets of local includes for each object file. Two ways I can resolve this: 1. Building 2 static libs in each sub-dir, with each Android.mk in their resp

[android-developers] Successfully ported and running node.js on Android.

2011-10-12 Thread LDS
After spending a couple of days dealing with Android NDK madness, some esoteric and intricate Linux implementations on this device, I finally got node js latest to run as a native app on Android. I was planning to originally run a v8 client on Android so I started with the v8 port. That one was ea