Brian Silverman | bf4c131 | 2020-01-12 11:35:45 -0800 | [diff] [blame] | 1 | filegroup( |
2 | name = "sysroot_files", | ||||
3 | srcs = glob( | ||||
4 | include = [ | ||||
5 | "include/**", | ||||
6 | "lib/**", | ||||
7 | "usr/include/**", | ||||
8 | "usr/lib/**", | ||||
9 | ], | ||||
10 | exclude = [ | ||||
11 | "usr/share/**", | ||||
12 | ], | ||||
13 | ), | ||||
14 | visibility = ["//visibility:public"], | ||||
15 | ) |