Browse Source

Merge pull request #1924 from PiotrSikora/export_license

Bazel: export LICENSE file.
Jisi Liu 9 năm trước cách đây
mục cha
commit
e30b7b4461
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      BUILD

+ 2 - 0
BUILD

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