Skip to content

Commit

Permalink
Remove a spurious native in a BUILD file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuetschard committed Jun 21, 2019
1 parent 574ba5f commit 117023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapis/api/vulkan/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("//tools/build:rules.bzl", "api_library", "apic_template")

filegroup(
name = "api_files",
srcs = native.glob([
srcs = glob([
"*.api",
"api/*.api",
"extensions/*.api",
Expand Down

0 comments on commit 117023b

Please sign in to comment.