Move snap packaging bits into packaging/ subdirectory
This commit is contained in:
parent
4162e4b7b5
commit
03cb2fe4ff
3 changed files with 3 additions and 3 deletions
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
|
@ -19,10 +19,10 @@ apps:
|
|||
parts:
|
||||
android-images:
|
||||
plugin: dump
|
||||
source: android-images
|
||||
source: ../../android-images
|
||||
anbox-common:
|
||||
plugin: dump
|
||||
source: scripts
|
||||
source: ../../scripts
|
||||
organize:
|
||||
snap-wrapper.sh: bin/anbox-wrapper.sh
|
||||
container-manager.sh: bin/container-manager.sh
|
||||
|
|
@ -71,7 +71,7 @@ parts:
|
|||
plugin: cmake
|
||||
after:
|
||||
- lxc
|
||||
source: .
|
||||
source: ../../
|
||||
configflags:
|
||||
# FIXME: Anbox currently has some paths with hard coded prefixes. Once
|
||||
# that is fixed we can avoid using a prefix here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue