diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2024-06-15 00:46:19 +0300 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 09:18:36 +0530 |
commit | 213bb9b073ee39690c648e6355fa123f95b36d67 (patch) | |
tree | c4aa673aa3129b0458d94c1b6d03565cf5a69e4c /BoardConfigCommon.mk | |
parent | 5769529a32c14070b2f27d0468cea90eae455bb1 (diff) |
msm8996-common: Include lineage FCM
Change-Id: Ib4408e941d920a3a38132ba1c8360994f5534c0b
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fae1498..7ac8dc2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -107,7 +107,8 @@ DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps # HIDL DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ - hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml + hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ + vendor/lineage/config/device_framework_matrix.xml DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml |