From f829507e1d47d62bf8cdc9bfdce65feeac96a791 Mon Sep 17 00:00:00 2001 From: Rodney Etienne Date: Mon, 1 Jul 2024 16:11:18 -0400 Subject: [PATCH] sdm710-common: Inherit from legacy QTI FCM --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index adadb63..34058dd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -162,6 +162,7 @@ BOARD_AVB_RECOVERY_ROLLBACK_INDEX_LOCATION := 1 # VINTF DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ + hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \ hardware/xiaomi/vintf/xiaomi_framework_compatibility_matrix.xml vendor/lineage/config/device_framework_matrix.xml DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml