Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 1 | licenses(["unencumbered"]) |
Austin Schuh | 044e18b | 2015-10-21 20:17:09 -0700 | [diff] [blame] | 2 | |
| 3 | cc_library( |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 4 | name = "empty_config_h", |
| 5 | hdrs = [ |
| 6 | "config.h", |
| 7 | ], |
Philipp Schrader | dada107 | 2020-11-24 11:34:46 -0800 | [diff] [blame] | 8 | target_compatible_with = ["@platforms//os:linux"], |
Austin Schuh | dde6405 | 2019-12-11 20:28:00 -0800 | [diff] [blame] | 9 | visibility = ["//third_party:__subpackages__"], |
Austin Schuh | 044e18b | 2015-10-21 20:17:09 -0700 | [diff] [blame] | 10 | ) |