aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2019-03-20 08:54:54 -0700
committerJoe Onorato <joeo@google.com>2019-03-26 12:29:17 -0700
commit4bcfb825e1d343ff8d3d511bbe2a8a534785b8c7 (patch)
treedf6d1aac22bfa92dbaa16b8a099319707a6e5774
parent175cdca6fcd68f1c82033d281d0afc08b914e148 (diff)
downloadprotobuf-4bcfb825e1d343ff8d3d511bbe2a8a534785b8c7.tar.gz
Add the zero copy input stream implementations to proto lite.
They aren't particularly heavy, and they are *more* efficient than the copied input stream ones that are already there. Test: make Bug: 123543706 Change-Id: Ie2b9661807d65e2fdde1481aa32bbf42206d53ae
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0fdeb4243..dafb77806 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,6 +75,7 @@ cc_defaults {
"src/google/protobuf/wire_format_lite.cc",
"src/google/protobuf/io/coded_stream.cc",
"src/google/protobuf/io/zero_copy_stream.cc",
+ "src/google/protobuf/io/zero_copy_stream_impl.cc",
"src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
],
@@ -179,7 +180,6 @@ cc_defaults {
"src/google/protobuf/io/printer.cc",
"src/google/protobuf/io/strtod.cc",
"src/google/protobuf/io/tokenizer.cc",
- "src/google/protobuf/io/zero_copy_stream_impl.cc",
"src/google/protobuf/compiler/importer.cc",
"src/google/protobuf/compiler/parser.cc",
"src/google/protobuf/util/field_comparator.cc",