I have been asked to evaluate the Android platform for our product and I am looking at various options, I am only just scratching the surface just now and the one thing that
Specifying the following flag for a module in Android.mk will compile straight ARM code.
Android.mk
LOCAL_ARM_MODE := arm
Enabling optimization may also help:
LOCAL_CFLAGS := -O3