Closed juha-h closed 3 years ago
ndk-pkg abseil produces large number of static libraries (*.a files). Is there some way to produce a single combined library, e.g. libabsl.a?
ndk-pkg abseil
libabsl.a
I use Cmake to build the abseil, there is no option to merge all static libraries into one, and i have no plan to do this thing too.
rerference:
OK, thanks.
ndk-pkg abseil
produces large number of static libraries (*.a files). Is there some way to produce a single combined library, e.g.libabsl.a
?