Add snap application for container shell
This commit is contained in:
parent
89fa39bd01
commit
a87fe63cca
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ apps:
|
|||
container-manager:
|
||||
command: bin/container-manager.sh
|
||||
# daemon: simple
|
||||
shell:
|
||||
command: bin/container-shell.sh
|
||||
|
||||
parts:
|
||||
android-rootfs:
|
||||
|
|
@ -27,9 +29,11 @@ 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
|
||||
snap:
|
||||
- bin/anbox-wrapper.sh
|
||||
- bin/container-manager.sh
|
||||
- bin/container-shell.sh
|
||||
kernel-module-binder:
|
||||
plugin: make
|
||||
source: kernel/binder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue