projects
/
platform
/
core
/
uifw
/
dali-demo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88eb6ec
)
(Android) Build for 64-bit by default
29/314429/1
author
Adeel Kazmi
<adeel.kazmi@samsung.com>
Thu, 11 Jul 2024 11:53:33 +0000
(12:53 +0100)
committer
Adeel Kazmi
<adeel.kazmi@samsung.com>
Thu, 11 Jul 2024 11:53:33 +0000
(12:53 +0100)
Change-Id: I648f4ae5cef03eb1059a78ec7079607f4db8ec4a
build/android/build.sh
patch
|
blob
|
history
diff --git
a/build/android/build.sh
b/build/android/build.sh
index 54915d98c2484327bccd61a2626f45912bd99630..8e56bc667c4cec6a1391740b469c7b40f15ba151 100755
(executable)
--- 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=arm
eabi-v7
a
+[ -z $TARGET ] && export TARGET=arm
64-v8
a
echo "Using TARGET=\"$TARGET\""
if [ ! -z $http_proxy ]