aboutsummaryrefslogtreecommitdiffstats
path: root/java/lite
diff options
context:
space:
mode:
authorHao Nguyen <45579440+haon4@users.noreply.github.com>2019-06-20 11:15:08 -0700
committerGitHub <noreply@github.com>2019-06-20 11:15:08 -0700
commite992abd1f876a3213385fd76101c629ea64054ce (patch)
treeea5f3eb1553fb6339950f45a2cd8a23352023fbc /java/lite
parent7f84a943667358a53bd5d255ee9769ca83e75cd9 (diff)
parent5c25f4142359755c1a302db94068b04fae6f9710 (diff)
downloadplatform_external_protobuf-e992abd1f876a3213385fd76101c629ea64054ce.tar.gz
platform_external_protobuf-e992abd1f876a3213385fd76101c629ea64054ce.tar.bz2
platform_external_protobuf-e992abd1f876a3213385fd76101c629ea64054ce.zip
Merge pull request #6177 from cgrushko/master
Add `protobuf_java_lite` Bazel target
Diffstat (limited to 'java/lite')
-rw-r--r--java/lite/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/lite/pom.xml b/java/lite/pom.xml
index 0e360a708..68d102074 100644
--- a/java/lite/pom.xml
+++ b/java/lite/pom.xml
@@ -86,6 +86,7 @@
<resource>
<directory>${basedir}/../core/src/main/java/com/google/protobuf</directory>
<includes>
+ <!-- Keep in sync with //:BUILD -->
<include>AbstractMessageLite.java</include>
<include>AbstractParser.java</include>
<include>AbstractProtobufList.java</include>