docs(building): android

This commit is contained in:
neoapps-dev 2026-08-13 19:30:07 +03:00
parent 8c4e36b23a
commit 2dc89c1aca

View file

@ -37,3 +37,12 @@ pnpm flatpak # or npm
## Gentoo
A Portage overlay lives in [`gentoo/`](gentoo/). See the GNU/Linux installation section in [README.md](README.md).
## Android
Building Emerald on Android is pretty easy,
```sh
pnpm android:assets #neo: fetches the rootfs and proton11
pnpm tauri android build -t aarch64
```