Skip to content

Commit

Permalink
Do not require ashmem anymore for Anbox Cloud Appliance
Browse files Browse the repository at this point in the history
We use memfd's for a long time now and ashmem support is entirely
dropped.
  • Loading branch information
morphis committed Sep 25, 2024
1 parent c4d343b commit d280ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v1/anbox-cloud-appliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ instances:
runcmd:
- |
# We're done if ashmem and binder are available
modprobe ashmem_linux && modprobe binder_linux && exit 0
# We're done if binder is available
modprobe binder_linux && exit 0
# else
apt-get update
Expand All @@ -31,4 +31,4 @@ instances:
power_state:
mode: reboot
condition: "! ( modprobe ashmem_linux && modprobe binder_linux )"
condition: "! ( modprobe binder_linux )"

0 comments on commit d280ebb

Please sign in to comment.