Skip to content

protoblock/protobuf-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google protobuf for Android NDK

This builds a static library to use protobuf with C++ on android.

This is based on protobuf-2.6.1 and it boils down to :

  • Copying the minimal set of .cc files to build the library (without tests)
  • Write a config.h and Android.mk that work on android

The example directory contains an example protobuf that can be compiled & linked by NDK to check that the linker has all the dependencies:

cd example

./build.sh

About

Google protocol buffer "port" for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%