Commit e6af10fe4e228ee322e1374705cdf066b8459170
1 parent
88eb6ec1
(Android) Build for 64-bit by default
Change-Id: I648f4ae5cef03eb1059a78ec7079607f4db8ec4a
Showing
1 changed file
with
1 additions
and
1 deletions
build/android/build.sh
| ... | ... | @@ -9,7 +9,7 @@ export DALI_DIR=$DALI_DIR |
| 9 | 9 | echo "Using DALI_ENV_DIR=\"$DALI_ENV_DIR\"" |
| 10 | 10 | export DALI_ENV_DIR=$DALI_ENV_DIR |
| 11 | 11 | |
| 12 | -[ -z $TARGET ] && export TARGET=armeabi-v7a | |
| 12 | +[ -z $TARGET ] && export TARGET=arm64-v8a | |
| 13 | 13 | echo "Using TARGET=\"$TARGET\"" |
| 14 | 14 | |
| 15 | 15 | if [ ! -z $http_proxy ] | ... | ... |