answered 2013-02-21 08:18:42 -0600
What I ended up doing was changing my Application.mk file to not include the mips (which I really didnt need anyway). So Now I build only for armeabi-v7a.
So to recap, I changed
APP_ABI := all
to
APP_ABI := armeabi-v7a