aboutsummaryrefslogtreecommitdiffstats
path: root/testing/anbox/anbox.post-install
blob: fdcd625eab40162ba92b2cd900d62eec965675cf (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

cat <<EOT

Anbox needs an adapted android image installed to /var/lib/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