We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ba16c commit 720b0feCopy full SHA for 720b0fe
build-android/build.sh
@@ -22,7 +22,9 @@ java --version
22
if [ "${CLASSICAL}" == "1" ]; then
23
echo "Starting classical build for Android..."
24
25
+ $SCONS platform=android android_arch=armv7 $OPTIONS tools=yes target=release_debug
26
$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
28
$SCONS platform=android android_arch=x86_64 $OPTIONS tools=yes target=release_debug
29
30
pushd platform/android/java
0 commit comments