aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2019-03-26 21:05:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-26 21:05:12 +0000
commit7a5fd27c550c1be8b4385f71e40b010e8b51e46a (patch)
treee33d85364457b339459cdeb84d018d14841d12a6
parent00ffd93b9ae94e99aeae08589d894e552f4eab6c (diff)
parentf2b03e40d5a243e63fa1341c3df6fcaff2638961 (diff)
downloadprotobuf-7a5fd27c550c1be8b4385f71e40b010e8b51e46a.tar.gz
Merge "Add the zero copy input stream implementations to proto lite."
-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",