sdm710-common: Added more DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE
This commit is contained in:
parent
6db1bd45fb
commit
894299a3b4
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ BOARD_HAS_QCA_FM_SOC := "cherokee"
|
|||
# HIDL
|
||||
DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml
|
||||
DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
|
||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
|
||||
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
|
||||
$(COMMON_PATH)/framework_compatibility_matrix.xml \
|
||||
vendor/lineage/config/device_framework_matrix.xml
|
||||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
|
||||
|
|
Loading…
Reference in a new issue