10 lines
219 B
Markdown
10 lines
219 B
Markdown
|
# Updating boringssl
|
||
|
|
||
|
The boringssl repo is configured as a git submodule in
|
||
|
`third_party/boringssl/src`. After updating the submodule, run:
|
||
|
|
||
|
```
|
||
|
cd third_party/boringssl
|
||
|
python2 src/util/generate_build_files.py gn
|
||
|
```
|