Skip to content

Commit

Permalink
Added UnsafeByteOperations to protobuf-lite (#8426)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Mar 24, 2021
1 parent 4b770ca commit aedb8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/core/BUILD
Expand Up @@ -85,6 +85,7 @@ LITE_SRCS = [
"src/main/java/com/google/protobuf/UnknownFieldSetLite.java",
"src/main/java/com/google/protobuf/UnknownFieldSetLiteSchema.java",
"src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java",
"src/main/java/com/google/protobuf/UnsafeByteOperations.java",
"src/main/java/com/google/protobuf/UnsafeUtil.java",
"src/main/java/com/google/protobuf/Utf8.java",
"src/main/java/com/google/protobuf/WireFormat.java",
Expand Down
1 change: 1 addition & 0 deletions java/lite/pom.xml
Expand Up @@ -173,6 +173,7 @@
<include>UnknownFieldSetLite.java</include>
<include>UnknownFieldSetLiteSchema.java</include>
<include>UnmodifiableLazyStringList.java</include>
<include>UnsafeByteOperations.java</include>
<include>UnsafeUtil.java</include>
<include>Utf8.java</include>
<include>WireFormat.java</include>
Expand Down

0 comments on commit aedb8d7

Please sign in to comment.