Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
12 lines
250 B
Python
12 lines
250 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "prebuilt_singlejar",
|
|
srcs = ["java_tools/src/tools/singlejar/singlejar_local"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "ijar_prebuilt_binary",
|
|
srcs = ["java_tools/ijar/ijar"],
|
|
)
|