(Android) Build for 64-bit by default 29/314429/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 11 Jul 2024 11:53:33 +0000 (12:53 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 11 Jul 2024 11:53:33 +0000 (12:53 +0100)
Change-Id: I648f4ae5cef03eb1059a78ec7079607f4db8ec4a

build/android/build.sh

index 54915d98c2484327bccd61a2626f45912bd99630..8e56bc667c4cec6a1391740b469c7b40f15ba151 100755 (executable)
@@ -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 ]