mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
11 lines
314 B
Bash
11 lines
314 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOT
|
|
|
|
Anbox needs an adapted android image installed to /usr/share/anbox/android.img.
|
|
You can build one using the instructions here:
|
|
https://github.com/anbox/anbox/blob/master/docs/build-android.md.
|
|
Alternatively, you can use a prebuilt one by upstream:
|
|
https://build.anbox.io/android-images/
|
|
|
|
EOT
|