zenfone9: Move e2fsck to vendor ramdisk.

For Virtual A/B devices that has a vendor_ramdisk,
build e2fsck in vendor ramdisk instead.

Bug: 173425293
Test: m vendorbootimage bootimage
Change-Id: If43d419f77c1011dc62e4fdacea7831e13e3a0e6
diff --git a/device.mk b/device.mk
index 5636999..01e2be9 100755
--- a/device.mk
+++ b/device.mk
@@ -53,7 +53,7 @@
 
 # A/B
 ENABLE_VIRTUAL_AB := true
-$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
 
 AB_OTA_POSTINSTALL_CONFIG += \
     RUN_POSTINSTALL_system=true \