• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Updating boringssl
2
3The boringssl repo is configured as a git submodule in
4`third_party/boringssl/src`. After updating the submodule, run:
5
6```
7cd third_party/boringssl
8python2 src/util/generate_build_files.py gn
9```
10