diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0247f62..2724161 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project -# Copyright (C) 2017-2021 The LineageOS Project +# Copyright (C) 2017-2024 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -108,7 +108,7 @@ DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps # HIDL DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml -DEVICE_MATRIX_FILE := $(VENDOR_PATH)/compatibility_matrix.xml +DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 |