Add bridge as part of the snap
This commit is contained in:
parent
06b529e0a0
commit
fd2c833b95
1 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,10 @@ apps:
|
|||
daemon: simple
|
||||
shell:
|
||||
command: bin/container-shell.sh
|
||||
bridge:
|
||||
command: bin/anbox-bridge.sh start
|
||||
stop-command: bin/anbox-bridge.sh stop
|
||||
daemon: oneshot
|
||||
|
||||
parts:
|
||||
android-rootfs:
|
||||
|
|
@ -29,8 +33,9 @@ parts:
|
|||
files:
|
||||
scripts/snap-wrapper.sh: bin/anbox-wrapper.sh
|
||||
scripts/container-manager.sh: bin/container-manager.sh
|
||||
scripts/container-shell.sh: bin/container-shell.sh
|
||||
scripts/anbox-bridge.sh: bin/anbox-bridge.sh
|
||||
snap:
|
||||
- bin/anbox-bridge.sh
|
||||
- bin/anbox-wrapper.sh
|
||||
- bin/container-manager.sh
|
||||
- bin/container-shell.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue