grandroid protobuf build - namccart/201507_codesprint GitHub Wiki

compiles, but untested

./configure --enable-cross-compile --host=arm-linux-androideabi \
--prefix=$PREFIX --with-protoc=protoc  \
LDFLAGS="-L$ANDROID_STANDALONE_TOOLCHAIN/arm-linux-androideabi/lib/armv7-a \
-lgnustl_shared" CPPFLAGS="-fPIC -I$PREFIX/include \
-I$ANDROID_STANDALONE_TOOLCHAIN/include/c++/4.8/arm-linux-androideabi/armv7-a" \
LIBS="-lgcc"