diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-10-21 01:54:32 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-10-21 01:54:32 +0200 |
commit | 799bd5efb70b0abe076353dedd6a1983f1b01951 (patch) | |
tree | e2d27deaff339c6abbad0df423f68387af72cb30 /BUILD | |
parent | 4dc64310bb4f4521fc025f1cb53bab309128c086 (diff) |
Adding shim for generating C++ protos.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ exports_files(["LICENSE"]) package(default_visibility = ["//visibility:public"]) -load("//:bazel/grpc_build_system.bzl", "grpc_cc_library", "grpc_proto_plugin") +load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_proto_plugin") g_stands_for = "good" |