protobuf: Link against libgnustl_shared.so
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 9 Apr 2016 21:14:25 +0000 (17:14 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 9 Apr 2016 21:14:25 +0000 (17:14 -0400)
commit8ffb4cc20bf470c77b50dbd365d33a414a2736ae
tree427deb2137af66f0ed445518a003142f08429b89
parent2145cf9068768c08c070226e485fbb834ea12edc
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.
packages/protobuf/build.sh