Skip to content

Commit 720b0fe

Browse files
committed
Android: Also build editor for armv7/x86
It makes the APK twice as big but there's been some demand for it, so let's give it a try for now.
1 parent d5ba16c commit 720b0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-android/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ java --version
2222
if [ "${CLASSICAL}" == "1" ]; then
2323
echo "Starting classical build for Android..."
2424

25+
$SCONS platform=android android_arch=armv7 $OPTIONS tools=yes target=release_debug
2526
$SCONS platform=android android_arch=arm64v8 $OPTIONS tools=yes target=release_debug
27+
$SCONS platform=android android_arch=x86 $OPTIONS tools=yes target=release_debug
2628
$SCONS platform=android android_arch=x86_64 $OPTIONS tools=yes target=release_debug
2729

2830
pushd platform/android/java

0 commit comments

Comments
 (0)