android13/external/open-dice/third_party/boringssl/README.md

10 lines
219 B
Markdown
Raw Normal View History

2024-06-22 08:45:49 -04:00
# 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
```