Revert "Enable verifying vendor partition"
This reverts commit 7012b007d007b4b1cf138767e564b515b1b2537c.
Reason for revert: Potential culprit of b/317588360.
Change-Id: I04d2cc9eb9a1d4b1b2a5df6096950a7ee70a10ae
diff --git a/microdroid/fstab.microdroid b/microdroid/fstab.microdroid
index 2742757..da000b9 100644
--- a/microdroid/fstab.microdroid
+++ b/microdroid/fstab.microdroid
@@ -2,4 +2,6 @@
# This is a temporary solution to unblock other devs that depend on /vendor partition in Microdroid
# The /vendor partition will only be mounted if the kernel cmdline contains
# androidboot.microdroid.mount_vendor=1.
-/dev/block/by-name/microdroid-vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount,avb_hashtree_digest=/sys/firmware/devicetree/base/avf/vendor_hashtree_descriptor_root_digest
+# TODO(b/285855430): this should probably be defined in the DT
+# TODO(b/285855436): should be mounted on top of dm-verity device
+/dev/block/by-name/microdroid-vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount