Skip to content

Commit

Permalink
Update LXC dependencies
Browse files Browse the repository at this point in the history
LXC's build process has switched over to full Android.mk now instead of
the hooked Automake build, so we need to depend explicitly on all needed
modules.

Signed-off-by: Preetam D'Souza <preetamjdsouza@gmail.com>
  • Loading branch information
pdsouza committed Jan 28, 2017
1 parent c760cb5 commit 30ecdcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion device-maru.mk
Expand Up @@ -34,7 +34,13 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/container/mcprepare.sh:system/bin/mcprepare

# LXC
PRODUCT_PACKAGES += liblxc
PRODUCT_PACKAGES += \
liblxc \
lxc-start \
lxc-stop \
lxc-rootfs-mnt-README \
debian.common.conf \
debian.userns.conf

# bootanim
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 30ecdcb

Please sign in to comment.