Remove vendor symlink if present
This commit is contained in:
parent
b2e253609b
commit
3b0d8c0741
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ mount -n -o bind,rw /dev/socket $LXC_ROOTFS_PATH/socket
|
|||
|
||||
rm $LXC_ROOTFS_PATH/sbin/adbd
|
||||
|
||||
rm -Rf $LXC_ROOTFS_PATH/vendor
|
||||
|
||||
# Mount the android partitions
|
||||
mount_android_partitions $LXC_ROOTFS_PATH/fstab* "$LXC_ROOTFS_PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue