Revert "flounder: turn off verity for all targets"

This reverts commit 654e2f30fa422432eb9226722bac5b0f3778d4b7.

Feature was punted from LMP to LMP MR1

Bug: 17691572

Change-Id: Ic952e1a4c4576220aac848555dcc63a219c099f4
diff --git a/fstab.flounder b/fstab.flounder
index 3088f4d..2f212b8 100644
--- a/fstab.flounder
+++ b/fstab.flounder
@@ -3,8 +3,8 @@
 # The filesystem that contains the filesystem checker binary (typically /system) cannot
 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
 
-/dev/block/platform/sdhci-tegra.3/by-name/APP   /system             ext4      ro                                                    wait
-/dev/block/platform/sdhci-tegra.3/by-name/VNR   /vendor             ext4      ro                                                    wait
+/dev/block/platform/sdhci-tegra.3/by-name/APP   /system             ext4      ro                                                    wait,verify
+/dev/block/platform/sdhci-tegra.3/by-name/VNR   /vendor             ext4      ro                                                    wait,verify
 /dev/block/platform/sdhci-tegra.3/by-name/CAC   /cache              ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait,check
 /dev/block/platform/sdhci-tegra.3/by-name/UDA   /data               f2fs      noatime,nosuid,nodev,errors=recover    wait,check,forceencrypt=/dev/block/platform/sdhci-tegra.3/by-name/MD1
 /dev/block/platform/sdhci-tegra.3/by-name/UDA   /data               ext4      noatime,nosuid,nodev,nomblk_io_submit,errors=panic    wait,check,forceencrypt=/dev/block/platform/sdhci-tegra.3/by-name/MD1