sm6225-common: Setup recovery flags

Change-Id: I4132d8b138a70abc79fe90ea8f73ff7ce1fc8a40
diff --git a/common.mk b/common.mk
index f3e63f3..c4ee39f 100644
--- a/common.mk
+++ b/common.mk
@@ -20,6 +20,10 @@
 # Inherit the proprietary files
 $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)
 
+# Fastbootd
+PRODUCT_PACKAGES += \
+    fastbootd
+
 # Partitions
 PRODUCT_PACKAGES += \
     vendor_bt_firmware_mountpoint \
@@ -28,6 +32,12 @@
 
 PRODUCT_USE_DYNAMIC_PARTITIONS := true
 
+# Rootdir
+PRODUCT_PACKAGES += \
+    fstab.qcom \
+    fstab.qcom.vendor_ramdisk \
+    init.recovery.qcom.rc
+
 # Shipping API Level
 PRODUCT_SHIPPING_API_LEVEL := 33