1 Name: Protocol Buffers - Google's data interchange format
3 URL: https://android.googlesource.com/platform/external/protobuf.git
7 License File: src/COPYING.txt
11 Android protobuf library contains the nano version of the Java protobuf library,
12 which generates Java-files with fewer methods than the protobuf lite compiler,
13 which is needed for big Java projects since Android has a maximum number of
14 methods per application.
16 The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in
19 See //third_party/protobuf for the C++ version of protobuf.