Implement 40250 classic client port

This commit is contained in:
shenlei
2026-09-01 18:49:28 +09:00
parent 2277b1dd60
commit 8f61990a83
481 changed files with 169826 additions and 293 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ CONFIG="${1:-Debug}" # Debug | Release
ABI="${ANDROID_ABI:-arm64-v8a}"
API="${ANDROID_PLATFORM:-24}"
BUILD_DIR="build-android"
JOBS="${JOBS:-$(sysctl -n hw.ncpu)}"
JOBS="${JOBS:-$(getconf _NPROCESSORS_ONLN 2>/dev/null || echo 4)}"
# --- locate the NDK ---
NDK="${ANDROID_NDK_ROOT:-${ANDROID_NDK_HOME:-}}"