I have a C++ project that uses OpenBLAS. Originally, I used Java to call the API of the C++ project through JNI, so I compiled OpenBLAS into an .a file in Android Studio and linked it to my C++ ...