blob: 3cd587ccbb5e51c97f3a3d1775635e204a896e9b [file] [log] [blame]
Austin Schuhdde64052019-12-11 20:28:00 -08001licenses(["unencumbered"])
Austin Schuh044e18b2015-10-21 20:17:09 -07002
3cc_library(
Austin Schuhdde64052019-12-11 20:28:00 -08004 name = "empty_config_h",
5 hdrs = [
6 "config.h",
7 ],
Philipp Schraderdada1072020-11-24 11:34:46 -08008 target_compatible_with = ["@platforms//os:linux"],
Austin Schuhdde64052019-12-11 20:28:00 -08009 visibility = ["//third_party:__subpackages__"],
Austin Schuh044e18b2015-10-21 20:17:09 -070010)