浏览代码

Merge pull request #1924 from PiotrSikora/export_license

Bazel: export LICENSE file.
Jisi Liu 9 年之前
父节点
当前提交
e30b7b4461
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BUILD

+ 2 - 0
BUILD

@@ -2,6 +2,8 @@
 
 licenses(["notice"])
 
+exports_files(["LICENSE"])
+
 ################################################################################
 # Protobuf Runtime Library
 ################################################################################