mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-02 01:48:08 +00:00
The PR introduces `lib-vt` Android support as discussed in #10902. A few more notes: - Introduces new CI for Android builds as a change requires NDK to be configured. - To build locally, it is required to have the NDK installed in the system and either have the path exported via `ANDROID_NDK_HOME` pointing to the exact NDK path or `ANDROID_HOME` or `ANDROID_SDK_ROOT` pointing at the Android SDK path from which the build system will infer the NDK path and version. - 16kb page size alignment is configured for Android 15+. Builds are backward compatible with 4kb page size devices.