I'm starting to feel pretty stupid here as everybody else seems to be able to find different versions of the GPU SDK for Android without any trouble, but I'm not finding them. It looks like if I build a yocto image using BitBake, I can get the latest straight Linux versions of those libraries, but older versions of Android can't load libraries built with --hash-style=gnu.
Does anybody know where I can download different versions of the GPU SDK so I can try to find the newest build that will still load on Android 4.4? I have everything I need up and running, but the performance of glReadPixels() on my current version is horrifying, so I need to get a version that supports the fb* calls.