bazel: Remove missing pattern from glob

There's no third_party directory.
This change makes the repository compatible with
Bazel change --incompatible_disallow_empty_glob.
This commit is contained in:
Laurent Le Brun 2019-08-09 01:41:17 +02:00 committed by ZHANG Dapeng
parent 539f0400b6
commit 503696aa9a
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ java_library(
name = "netty",
srcs = glob([
"src/main/java/**/*.java",
"third_party/netty/java/**/*.java",
]),
resources = glob([
"src/main/resources/**",