Skip to content

Commit

Permalink
Add missing BUILD dep introduced by e558829.
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 261894467
  • Loading branch information
Googler authored and swiple-rules-gardener committed Aug 6, 2019
1 parent 16d195a commit dd200a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bzl_library(
name = "bzl_library",
srcs = glob(["*.bzl"]),
visibility = ["//:__pkg__"],
deps = ["@bazel_skylib//lib:types"],
)

# Consumed by bazel tests.
Expand Down

0 comments on commit dd200a8

Please sign in to comment.