From e6af10fe4e228ee322e1374705cdf066b8459170 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 11 Jul 2024 12:53:33 +0100 Subject: [PATCH] (Android) Build for 64-bit by default --- build/android/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/build.sh b/build/android/build.sh index 54915d9..8e56bc6 100755 --- a/build/android/build.sh +++ b/build/android/build.sh @@ -9,7 +9,7 @@ export DALI_DIR=$DALI_DIR echo "Using DALI_ENV_DIR=\"$DALI_ENV_DIR\"" export DALI_ENV_DIR=$DALI_ENV_DIR -[ -z $TARGET ] && export TARGET=armeabi-v7a +[ -z $TARGET ] && export TARGET=arm64-v8a echo "Using TARGET=\"$TARGET\"" if [ ! -z $http_proxy ] -- libgit2 0.21.4