Drop kernel modules and shell from snap
We have adb now available and kernel module support need to be solved differently.
This commit is contained in:
parent
8e4bce8c7b
commit
6d2b39cb68
1 changed files with 0 additions and 13 deletions
|
|
@ -14,8 +14,6 @@ apps:
|
|||
container-manager:
|
||||
command: bin/container-manager.sh
|
||||
daemon: simple
|
||||
shell:
|
||||
command: bin/container-shell.sh
|
||||
bridge:
|
||||
command: bin/anbox-bridge.sh start
|
||||
stop-command: bin/anbox-bridge.sh stop
|
||||
|
|
@ -38,17 +36,6 @@ parts:
|
|||
- bin/anbox-bridge.sh
|
||||
- bin/anbox-wrapper.sh
|
||||
- bin/container-manager.sh
|
||||
- bin/container-shell.sh
|
||||
kernel-module-binder:
|
||||
plugin: make
|
||||
source: kernel/binder
|
||||
snap:
|
||||
- binder_linux.ko
|
||||
kernel-module-ashmem:
|
||||
plugin: make
|
||||
source: kernel/ashmem
|
||||
snap:
|
||||
- ashmem_linux.ko
|
||||
lxc:
|
||||
source: git://github.com/morphis/lxc
|
||||
source-branch: snappy-support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue