From: Tobias Brunner Date: Fri, 21 Mar 2025 07:44:15 +0000 (+0100) Subject: android: Skip unknown ABIs when building OpenSSL X-Git-Tag: 6.0.2dr1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09edb565ba8a69f3f2a35de89102e17f715f8e0c;p=thirdparty%2Fstrongswan.git android: Skip unknown ABIs when building OpenSSL Newer NDKs have RISC-V as experimental ABI (not enabled by default, see next commit). If we don't have a mapping for a specific target, OpenSSL falls back to 'android-arm', so that won't really work (interestingly, it does build). --- diff --git a/src/frontends/android/openssl/compile.sh b/src/frontends/android/openssl/compile.sh index 4c81a92f57..86bd15c5c9 100755 --- a/src/frontends/android/openssl/compile.sh +++ b/src/frontends/android/openssl/compile.sh @@ -35,6 +35,10 @@ x86) x86_64) OPTIONS="android-x86_64" ;; +*) + echo "!! Skipping unknown ABI '${ABI}'" + continue + ;; esac OPTIONS="${OPTIONS} \