sm6225-common: Include missing common makefiles
Change-Id: I5f0af3652292e183d8aeae7a267b949ab3eeeb2d
Signed-off-by: ReStranger <restranger@disroot.org>
diff --git a/common.mk b/common.mk
index 6775796..5d5a4b7 100644
--- a/common.mk
+++ b/common.mk
@@ -4,6 +4,13 @@
# SPDX-License-Identifier: Apache-2.0
#
+# Inherit from those products. Most specific first.
+$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
+
+# Add common definitions for Qualcomm
+$(call inherit-product, hardware/qcom-caf/common/common.mk)
+
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)