Skip to content

Commit

Permalink
Ignore missing include directory in JDK distribution.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#14646

Closes bazelbuild#14687.

PiperOrigin-RevId: 426080540
  • Loading branch information
comius authored and Copybara-Service committed Feb 3, 2022
1 parent 2bfac86 commit c2ddbd1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/jdk/jdk.BUILD
Expand Up @@ -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(
Expand Down

0 comments on commit c2ddbd1

Please sign in to comment.