Android : How can I change my libyuv static library to shared library?

on Friday, March 20, 2015


I just installed libyuv and I am planning to apply it on my android project. However the Android.mk file produces a static library which is not applicable to android projects. So I was wondering how to convert the static library(.a) into a shared library(.so)


0 comments:

Post a Comment