Add native TLS for Android love.system and desktop gen1tls.

Expose a non-blocking TLS socket API to mods (WSS clients) without bundling
any game-specific multiworld content.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Solidus Snake
2026-08-10 17:43:53 -04:00
parent 4d03a38067
commit a9767e5df1
15 changed files with 1267 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Stands in for Info-ZIP's `zip`, which Git for Windows does not ship. Put
# this directory first on PATH before running scripts/build_android.sh; see
# zip_impl.py for what is and is not supported.
here="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec py "$here/zip_impl.py" "$@"