From b8494591d1b1a143f3b192d845c238bbf3bc629d Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 25 Sep 2015 02:29:14 +0000 Subject: Revert "Revert "external/boringssl: sync with upstream."" This reverts commit a04d78d392463df4e69a64360c952ffa5abd22f7. Underlying issue was fixed. Change-Id: I49685b653d16e728eb38e79e02b2c33ddeefed88 --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 UPDATING (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING new file mode 100644 index 0000000..17af66d --- /dev/null +++ b/UPDATING @@ -0,0 +1,8 @@ +rm -Rf src +git clone https://boringssl.googlesource.com/boringssl src +cd src +git show -s --pretty=%H > ../BORINGSSL_REVISION +cd .. +rm -Rf src/.git +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 -- cgit v1.1