Skip to content

Instantly share code, notes, and snippets.

@csarron
Created April 3, 2018 00:08
Show Gist options
  • Save csarron/5133b757ace905e8e40329693f3efc1d to your computer and use it in GitHub Desktop.
Save csarron/5133b757ace905e8e40329693f3efc1d to your computer and use it in GitHub Desktop.
Getting OpenCL working on Android 7 or later.
Since Android N, accessing private native libraries is restricted as stated at:
https://source.android.com/devices/tech/config/namespaces_libraries
https://android-developers.googleblog.com/2016/06/improving-stability-with-private-cc.html
Nexus 5:
Pixel 2: need to switch to slot A in twrp and make changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment