Implement 40250 classic client port
This commit is contained in:
+1
-1
@@ -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:-}}"
|
||||
|
||||
Reference in New Issue
Block a user