README.chromium 700 B

12345678910111213141516171819202122
  1. Name: Protocol Buffers - Google's data interchange format
  2. Short Name: protobuf
  3. URL: https://android.googlesource.com/platform/external/protobuf.git
  4. Version: 2.2.0a
  5. Revision: M-preview
  6. License: BSD
  7. License File: src/LICENSE
  8. Security Critical: no
  9. Description:
  10. Android protobuf library contains the nano version of the Java protobuf library,
  11. which generates Java-files with fewer methods than the protobuf lite compiler,
  12. which is needed for big Java projects since Android has a maximum number of
  13. methods per application.
  14. The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in
  15. src/Android.mk.
  16. See //third_party/protobuf for the C++ version of protobuf.
  17. Local Modifications:
  18. None.