diff --git a/tools/jdk/jdk.BUILD b/tools/jdk/jdk.BUILD index 687077146896ad..057bfbfab3a768 100644 --- a/tools/jdk/jdk.BUILD +++ b/tools/jdk/jdk.BUILD @@ -165,15 +165,12 @@ filegroup( #This folder holds security policies filegroup( name = "jdk-conf", - srcs = glob( - ["conf/**"], - allow_empty = True, - ), + srcs = glob(["conf/**"], allow_empty = True), ) filegroup( name = "jdk-include", - srcs = glob(["include/**"]), + srcs = glob(["include/**"], allow_empty = True), ) filegroup(