1 2 3 4 5 6 7 8 9 10 11
package(default_visibility = ["//google/maps:__subpackages__"]) sh_binary( name = "postprocessing_java", srcs = ["postprocessing_java.sh"], ) sh_binary( name = "postprocessing_py", srcs = ["postprocessing_py.sh"], )