Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
OWNERS | D | 03-May-2024 | 60 | 3 | 3 | |
README.chromium | D | 03-May-2024 | 704 | 23 | 18 | |
android_protobuf.gyp | D | 03-May-2024 | 7 KiB | 138 | 136 |
README.chromium
1Name: Protocol Buffers - Google's data interchange format 2Short Name: protobuf 3URL: https://android.googlesource.com/platform/external/protobuf.git 4Version: 2.2.0a 5Revision: L-preview 6License: BSD 7License File: src/COPYING.txt 8Security Critical: no 9 10Description: 11Android protobuf library contains the nano version of the Java protobuf library, 12which generates Java-files with fewer methods than the protobuf lite compiler, 13which is needed for big Java projects since Android has a maximum number of 14methods per application. 15 16The 'android_protoc' target file list is taken from COMPILER_SRC_FILES in 17src/Android.mk. 18 19See //third_party/protobuf for the C++ version of protobuf. 20 21Local Modifications: 22None. 23