Skip to content

Commit

Permalink
Bazel support: add references to files needed when transpiling with J…
Browse files Browse the repository at this point in the history
…ava 11 support.

	Change on 2019/07/11 by antoniocortes <antoniocortes@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=257678473
  • Loading branch information
antonio-cortes-perez committed Jul 15, 2019
1 parent 47c92f1 commit f3a8d34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BUILD.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ genrule(
cmd = "cp $< $@",
)

filegroup(
name = "jre_emul_module",
srcs = [
"lib/jre_emul_module/lib/jrt-fs.jar",
"lib/jre_emul_module/lib/modules",
"lib/jre_emul_module/release",
],
)

java_import(
name = "annotations",
jars = ["lib/j2objc_annotations.jar"],
Expand Down

0 comments on commit f3a8d34

Please sign in to comment.