Remove recursive unmount

Sigh, Kokoro's umount doesn't support recursive:
sudo umount -R
/tmpfs/src/git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs
umount: invalid option -- 'R'
Usage: umount -h | -V
       umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]
       umount [-d] [-f] [-r] [-n] [-v] special | node...
make: *** [/tmpfs/src/git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img] Error 1

- Remove the -R option from umount commands. Also add an unmount for
/dev/pts, as it was being unmounted by way of the recursive unmount.

Change-Id: I4e2bc0eb463db1a31d9bf9ffcd525c0f24958406
1 file changed