Android Developers Blog: Android NDK r3
Applications targeting Android 2.0 (API level 5) or higher can now directly access OpenGL ES 2.0 features. This brings the ability to control graphics rendering through vertex and fragment shader programs, using the GLSL shading language. A new trivial sample, named “hello-gl2”, demonstrates how to render a simple triangle using both shader types.