diff options
| author | Carmi Grushko <carmi@fb.com> | 2019-05-24 17:26:07 +0300 |
|---|---|---|
| committer | Carmi Grushko <carmi@fb.com> | 2019-06-01 12:08:53 +0300 |
| commit | 5c25f4142359755c1a302db94068b04fae6f9710 (patch) | |
| tree | a8abf8223e9634d08e54f5b9894a9ba91f11c171 /java/lite/pom.xml | |
| parent | 232d06174381bfd4ca2ea7979607113320b76ad6 (diff) | |
| download | platform_external_protobuf-5c25f4142359755c1a302db94068b04fae6f9710.tar.gz platform_external_protobuf-5c25f4142359755c1a302db94068b04fae6f9710.tar.bz2 platform_external_protobuf-5c25f4142359755c1a302db94068b04fae6f9710.zip | |
Add `protobuf_java_lite` Bazel target
that builds the JavaLite runtime.
Contents based on java/lite/pom.xml.
Diffstat (limited to 'java/lite/pom.xml')
| -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 800cdded9..c09cfb706 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> |
