diff options
author | Piotr Sikora <piotrsikora@google.com> | 2016-08-10 01:27:20 -0700 |
---|---|---|
committer | Piotr Sikora <piotrsikora@google.com> | 2016-08-10 01:27:20 -0700 |
commit | 4710f9cef63e71f39100183f757d78add0ed7855 (patch) | |
tree | 4c118aa81943bc70943a67adcc161b6c09ab7212 | |
parent | bc2c47ef77a29e7efdaf088b9a0f7bf15a53c976 (diff) |
Bazel: export LICENSE.txt file.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
-rw-r--r-- | BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ licenses(["notice"]) + +exports_files(["LICENSE.txt"]) + package(default_visibility = ["//visibility:public"]) cc_library( |