Commit Graph

3 Commits

Author SHA1 Message Date
Fredrik Fornwall 5b612323c6 protobuf: Remove libgnustl_shared.so setup
It is no longer needed to link against libgnustl_shared.so
explicitly, it is done automatically for all C++ code.
2016-06-21 16:57:01 -04:00
Fredrik Fornwall 8ffb4cc20b protobuf: Link against libgnustl_shared.so
This avoids the situation where protobuf uses the default stripped
down standard Android C++ library while e.g. mosh links to the more
complete libgnustl_shared.so, which causes problems when mosh links
both to libprotobuf.so and libgnustl_shared.so.
2016-04-09 17:14:25 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00