소스 검색

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
 ################################################################################