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 | ], | ||||
8 | visibility = ["//third_party:__subpackages__"], | ||||
Austin Schuh | 044e18b | 2015-10-21 20:17:09 -0700 | [diff] [blame] | 9 | ) |