Remove vendor symlink if present

This commit is contained in:
Bhushan Shah 2017-06-30 22:13:51 +05:30
parent b2e253609b
commit 3b0d8c0741

View file

@ -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"