diff options
author | Jonathan Hseu <jhseu@google.com> | 2017-02-14 16:03:55 -0800 |
---|---|---|
committer | Jonathan Hseu <jhseu@google.com> | 2017-02-14 16:03:55 -0800 |
commit | 32df85cfab9efd8862cdc337c844de8540846399 (patch) | |
tree | cb20e1829e80f5f62d7fe7cad1032b089dbb0f17 /third_party/nanopb/BUILD | |
parent | d3b82aa157d6f134db7258ddb75467f2d3a8206a (diff) |
Export LICENSE.txt in //third_party/nanopb
Diffstat (limited to 'third_party/nanopb/BUILD')
-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( |