summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJustin Paupore <jpaupore@google.com>2021-01-29 09:32:17 +0000
committerJustin Paupore <jpaupore@google.com>2021-01-29 09:39:45 +0000
commit6aedb26e76e01683dfe249f98033d7e8451d2820 (patch)
treeb51894b9cc9284a0b660cb84507d2ef7b5595c13 /UPDATING
parentdcdc7bbc6e59ac0123407a9dc4d1f43dd0d117cd (diff)
downloadboringssl-6aedb26e76e01683dfe249f98033d7e8451d2820.tar.gz
Add Bazel BUILD files to BoringSSL.
Android Auto needs these to build its support libraries. BoringSSL's build-file generator supports Bazel, so this is just a matter of passing the right option to the generator. Test: build/bazel/bazel.sh build //external/boringssl:crypto Fixes: 178776443 Change-Id: I6ee9f72915bc84b297c109fd1931be704161687d
Diffstat (limited to 'UPDATING')
-rwxr-xr-xUPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 46caf38a..2d039fb0 100755
--- a/UPDATING
+++ b/UPDATING
@@ -31,7 +31,7 @@ rm -Rf src/.git
rm -Rf src/fuzz
rm -Rf src/third_party/googletest
rm -Rf linux-aarch64/ linux-arm/ linux-x86/ linux-x86_64/ mac-x86/ mac-x86_64/ win-x86_64/ win-x86/
-python src/util/generate_build_files.py android android-cmake eureka
+python src/util/generate_build_files.py android android-cmake bazel eureka
cp src/LICENSE NOTICE
git add .