I am trying to build and android application that makes use of RenderScript from native code. I wonder what versions of NDK supports the RenderScript API ?
I can not find the RenderScript header files in NDK r14, but they were there until the version r10e.
Is RenderScript no longer supported in NDK ? If It is supported, where can I find some examples for its API ?
Thanks!