leleliu008 / ndk-pkg

A package builder/manager for Android NDK to build projects written in C, C++, Rust, Golang, etc.
http://blog.fpliu.com/project/ndk-pkg
Apache License 2.0
88 stars 14 forks source link

single abseil static library #8

Closed juha-h closed 3 years ago

juha-h commented 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?

leleliu008 commented 3 years ago

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:

juha-h commented 3 years ago

OK, thanks.