diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-21 14:25:54 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-21 14:25:54 +0530 |
commit | 819759b6b9b6a989b32df5ef4ffdbbbd0db83157 (patch) | |
tree | b189abae0ab92ae6b5f8e706a1baaaadd2c75296 /BoardConfigCommon.mk | |
parent | 58cd257b7226da7b07382f19789ef0aa3b271cda (diff) |
msm8996-common: Update HALs in the manifest & re-add
framework_compatibility_matrix.xml
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 6e31ed2..c6c9c3f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -109,7 +109,8 @@ DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps 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 + vendor/lineage/config/device_framework_matrix.xml \ + $(VENDOR_PATH)/framework_compatibility_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 |