Example of use OpenCL AOSP Pie HiKey960

Hello.
I have a HiKey960 with the AOSP manifest January 13, 2019. This is android 9.
I downloaded the libraries for OpenCl from https://developer.arm.com/products/software/mali-drivers/user-space for Android 8.1. This library work for my Android 9?
When I try to connect libGLES_mali.so to my project in Android Studio I get an error when starting the program “java.lang.UnsatisfiedLinkError: dlopen failed: library “android.hardware.graphics.common@1.0.so” not found”
Does anyone know the reason? android.hardware.graphics.common@1.1.so is located at system/lib64
Could someone know the easy way to run C ++ code with support OpenCL for HiKey960.
Thank.