diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:15:29 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 18:15:29 +0530 |
commit | 473fed5d8a3239c135983af5bef477373ade5950 (patch) | |
tree | cff705420a314d57b21051b732151a2ebaf1f5e1 /BoardConfigCommon.mk | |
parent | 7d7bf9dee40efa458c8692388aaca8ca1cd7689b (diff) |
msm8996-common: Switch to QTI Vibrator AIDL
Change-Id: I56840e752ab100f524cf88535837f9de3b568e57
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0d2ae52..95062f1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -106,6 +106,10 @@ BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET := true 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_legacy.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 |