Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 130 | 11 | 8 | |
BUILD.generated.gni | D | 03-May-2024 | 21.5 KiB | 648 | 628 | |
BUILD.gn | D | 03-May-2024 | 1.4 KiB | 47 | 42 | |
README.md | D | 03-May-2024 | 219 | 10 | 7 | |
err_data.c | D | 03-May-2024 | 34.9 KiB | 1,494 | 1,471 |
README.md
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