sm6225-common: Build fastbootd service

Change-Id: Ic49b1884def7d48917fccd0e56dcef8f4c16ffcf
diff --git a/common.mk b/common.mk
index ec6e92e..011cbb6 100644
--- a/common.mk
+++ b/common.mk
@@ -111,5 +111,9 @@
 # Shipping API Level
 BOARD_SHIPPING_API_LEVEL := 33
 
+# Fastboot
+PRODUCT_PACKAGES += \
+    fastbootd
+
 # Inherit from vendor blobs
 $(call inherit-product, vendor/xiaomi/sm6225-common/sm6225-common-vendor.mk)