xref: /aosp_15_r20/external/open-dice/third_party/boringssl/README.md (revision 60b67249c2e226f42f35cc6cfe66c6048e0bae6b)
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