summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/build.sh b/build/android/build.sh
index 54915d98..8e56bc66 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 ]