Parker Schuh | 5dbce22 | 2017-03-22 20:52:16 -0700 | [diff] [blame] | 1 | py_binary( |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 2 | name = "downloader", |
3 | srcs = [ | ||||
4 | "downloader.py", | ||||
5 | ], | ||||
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame] | 6 | target_compatible_with = ["@platforms//os:linux"], |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 7 | visibility = ["//visibility:public"], |
Parker Schuh | 5dbce22 | 2017-03-22 20:52:16 -0700 | [diff] [blame] | 8 | ) |