chore(android): update build configuration

This commit is contained in:
Ivan 2026-05-18 05:10:23 -05:00
parent 5a5f4ea6bb
commit 560d59cd76
No known key found for this signature in database
GPG key ID: B84314E2D9332AE0
2 changed files with 11 additions and 0 deletions

View file

@ -39,6 +39,11 @@ EOF
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
if [ "${MESHCHATX_OFFLINE_BUILD:-}" = "1" ]; then
echo "MESHCHATX_OFFLINE_BUILD=1: Android wheel build requires network access. Pre-build wheels offline or unset MESHCHATX_OFFLINE_BUILD." >&2
exit 1
fi
PYTHON_MINOR="3.11"
TARGET_VERSION=""
CHAQUOPY_REF="${CHAQUOPY_REF:-master}"