[Android] buildsystem: only set the default ANDROID_ABI when it's missing
Steve Lhomme
git at videolan.org
Tue Jun 24 09:00:29 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun 13 07:09:53 2025 +0200| [6ab956641dcf94ad504e83e0a7bedd2d588ebeaf] | committer: Steve Lhomme
buildsystem: only set the default ANDROID_ABI when it's missing
Let the rest of the script the other values related to the ANDROID_ABI.
> https://code.videolan.org/videolan/vlc-android/commit/6ab956641dcf94ad504e83e0a7bedd2d588ebeaf
---
buildsystem/compile.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 20f48fb267..ccb4f2e4d8 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -121,8 +121,6 @@ fi
if [ -z "$ANDROID_ABI" ]; then
diagnostic "*** No ANDROID_ABI defined architecture: using arm64-v8a"
ANDROID_ABI="arm64-v8a"
- ARCH="arm64"
- TRIPLET="aarch64-linux-android"
fi
if [ "$ANDROID_ABI" = "armeabi-v7a" ] || [ "$ANDROID_ABI" = "arm" ]; then
More information about the Android
mailing list