Add -F option to mkfs.ext4

- Kokoro's version of mkfs complains because a file is not a block
device:
  mkfs.ext4 -j
  /tmpfs/src/git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img
  mke2fs 1.42.9 (4-Feb-2014)
  /tmpfs/src/git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img
  is not a block special device.
  Proceed anyway? (y,n) make: ***
  [/tmpfs/src/git/out/target/product/imx8m_phanbell/obj/ROOTFS/rootfs.raw.img]
  Error 1
- Add -F option to mkfs to silence this warning.

Change-Id: I5084b3406d31d53bee0de48e9fc86e50bb288956
1 file changed