Skip to content

Commit f3a8d34

Browse files
Bazel support: add references to files needed when transpiling with Java 11 support.
Change on 2019/07/11 by antoniocortes <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=257678473
1 parent 47c92f1 commit f3a8d34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

BUILD.dist

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ genrule(
2727
cmd = "cp $< $@",
2828
)
2929

30+
filegroup(
31+
name = "jre_emul_module",
32+
srcs = [
33+
"lib/jre_emul_module/lib/jrt-fs.jar",
34+
"lib/jre_emul_module/lib/modules",
35+
"lib/jre_emul_module/release",
36+
],
37+
)
38+
3039
java_import(
3140
name = "annotations",
3241
jars = ["lib/j2objc_annotations.jar"],

0 commit comments

Comments
 (0)