Skip to content

Commit

Permalink
Clean up the build rules slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWoloszyn committed Feb 27, 2018
1 parent 359e387 commit 780eb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapii/cc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cc_library(
"//core/memory/arena/cc",
"//core/memory_tracker/cc",
"//core/os/device/deviceinfo/cc",
"//gapil/runtime/cc:cc",
"//gapil/runtime/cc",
"//gapis/api:api_cc_proto",
"//gapis/api/gles/gles_pb:gles_pb_cc_proto",
"//gapis/api/gvr/gvr_pb:gvr_pb_cc_proto",
Expand Down
2 changes: 1 addition & 1 deletion gapil/runtime/cc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
":headers",
"//core/memory/arena/cc:cc",
"//core/memory/arena/cc",
],
)

Expand Down

0 comments on commit 780eb05

Please sign in to comment.