Sfoglia il codice sorgente

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 anni fa
committed by David Benjamin
parent
commit
7b6acc5cb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      util/generate_build_files.py

+ 1
- 1
util/generate_build_files.py Vedi File

@@ -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'])


Caricamento…
Annulla
Salva