mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-15 12:50:26 +02:00
upstream wip fix here: https://github.com/googleapis/gapic-generator/pull/3156 PiperOrigin-RevId: 304411146
11 lines
234 B
Text
11 lines
234 B
Text
package(default_visibility = ["//google/maps:__subpackages__"])
|
|
|
|
sh_binary(
|
|
name = "postprocessing_java",
|
|
srcs = ["postprocessing_java.sh"],
|
|
)
|
|
|
|
sh_binary(
|
|
name = "postprocessing_py",
|
|
srcs = ["postprocessing_py.sh"],
|
|
)
|