• Home
Name Date Size #Lines LOC

..--

.gitignoreD03-May-2024138 129

BUILD.generated.gniD03-May-202422.3 KiB662642

BUILD.gnD03-May-20241.4 KiB4742

README.mdD03-May-2024218 107

err_data.cD03-May-202434.9 KiB1,5061,483

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
8python src/util/generate_build_files.py gn
9```
10