Thanks a lot for making hvcc available, it's brilliant!
For those trying to compile an android .so for Unity (see line 172 onwards here), I ran into difficulties with the android.mk file.
I thought it was a problem with the paths in the .mk but it's actually a simple matter with the instructions in the help. Don't cd into unity/Android, cd into the jni instead, e.g. cd unity/android/jni
Thanks a lot for making hvcc available, it's brilliant!
For those trying to compile an android .so for Unity (see line 172 onwards here), I ran into difficulties with the android.mk file. I thought it was a problem with the paths in the .mk but it's actually a simple matter with the instructions in the help. Don't cd into unity/Android, cd into the jni instead, e.g.
cd unity/android/jni