瀏覽代碼

Make generated Bazel match canonical format.

This should make buildifier[1] happy with the generated files.

[1] https://github.com/bazelbuild/buildtools

Change-Id: Ida6ba5a369d2564fc7b77ad8d8705183167a3615
Reviewed-on: https://boringssl-review.googlesource.com/18525
Reviewed-by: David Benjamin <davidben@google.com>
kris/onging/CECPQ3_patch15
Adam Langley 7 年之前
committed by David Benjamin
父節點
當前提交
7b6acc5cb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      util/generate_build_files.py

+ 1
- 1
util/generate_build_files.py 查看文件

@@ -229,7 +229,7 @@ class Bazel(object):
continue
out.write(' "%s",\n' % PathOf(filename))

out.write(']\n\n')
out.write(']\n')

self.PrintVariableSection(out, 'crypto_test_sources',
files['crypto_test'])


Loading…
取消
儲存