github: Fix URL to BoringSSL repository for Android build

This commit is contained in:
Tobias Brunner
2022-11-05 14:58:02 +01:00
parent d42f4367dd
commit f16a12eae5
+1 -1
View File
@@ -274,7 +274,7 @@ win*)
;; ;;
android) android)
if test "$1" = "deps"; then if test "$1" = "deps"; then
git clone git://git.strongswan.org/android-ndk-boringssl.git -b ndk-static \ git clone https://github.com/strongswan/boringssl.git -b ndk-static \
src/frontends/android/app/src/main/jni/openssl src/frontends/android/app/src/main/jni/openssl
fi fi
TARGET=distdir TARGET=distdir