commit | e630fb1d5bbc98643b6dd13941072514ba6e239e | [log] [tgz] |
---|---|---|
author | Aaron Kruglikov <aaron@onlab.us> | Mon Apr 24 13:05:26 2017 -0700 |
committer | Aaron Kruglikov <aaron@onlab.us> | Wed May 31 11:50:32 2017 -0700 |
tree | 8abe473de8fc39ab806f945222ba5e56a1042ba9 | |
parent | 51244d37769aeeba2a55370491b1de44a2fd6046 [diff] [blame] |
Adding build tools for gRPC compilation. ONOS-6095 Change-Id: I80687eb2a91ad60c4dbec0bb966e917555d46151
diff --git a/buck-tools/BUCK b/buck-tools/BUCK index 6d05f9e..9548e41 100644 --- a/buck-tools/BUCK +++ b/buck-tools/BUCK
@@ -52,3 +52,9 @@ src = 'yang-schema', visibility = [ 'PUBLIC' ], ) + +export_file( + name = 'grpc', + src = 'grpc', + visibility = [ 'PUBLIC' ], +)