diff options
| author | Hao Nguyen <45579440+haon4@users.noreply.github.com> | 2019-06-20 11:15:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-20 11:15:08 -0700 |
| commit | e992abd1f876a3213385fd76101c629ea64054ce (patch) | |
| tree | ea5f3eb1553fb6339950f45a2cd8a23352023fbc /java/lite | |
| parent | 7f84a943667358a53bd5d255ee9769ca83e75cd9 (diff) | |
| parent | 5c25f4142359755c1a302db94068b04fae6f9710 (diff) | |
| download | platform_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.xml | 1 |
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> |
