diff options
author | Yang Gao <yangg@google.com> | 2017-02-16 21:40:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 21:40:41 -0800 |
commit | 2ad3d73f9557da88b5c8898b991ffb4a4d8d1e3e (patch) | |
tree | ff8f45796a0fcd6ab645bfb6e3ef4ecee623a237 | |
parent | 941adcf39bf5d1557f8a4a7e1f6926eda6372e83 (diff) | |
parent | 32df85cfab9efd8862cdc337c844de8540846399 (diff) |
Merge pull request #9711 from jhseu/license
Export LICENSE.txt in //third_party/nanopb
-rw-r--r-- | third_party/nanopb/BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nanopb/BUILD b/third_party/nanopb/BUILD index 570988435f..f9fc57f50a 100644 --- a/third_party/nanopb/BUILD +++ b/third_party/nanopb/BUILD @@ -1,4 +1,7 @@ licenses(["notice"]) + +exports_files(["LICENSE.txt"]) + package(default_visibility = ["//visibility:public"]) cc_library( |