I wanna use OpenCL on android phone. I tried to build an excutable binary using include $(BUILD_EXECUTABLE) with NDK-build, But libOpenCL is needed. How can I get this ?
Hi leohunt,
If your target platform has OpenCL support then you should be able to pull libOpenCL.so from it, and use that.
Hope this helps,
Chris