We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfdcea commit 59384ddCopy full SHA for 59384dd
tools/jdk/jdk.BUILD
@@ -165,15 +165,12 @@ filegroup(
165
#This folder holds security policies
166
filegroup(
167
name = "jdk-conf",
168
- srcs = glob(
169
- ["conf/**"],
170
- allow_empty = True,
171
- ),
+ srcs = glob(["conf/**"], allow_empty = True),
172
)
173
174
175
name = "jdk-include",
176
- srcs = glob(["include/**"]),
+ srcs = glob(["include/**"], allow_empty = True),
177
178
179
0 commit comments