From 8f2affc5930e035fc75cbfdf6cdfbc9e91a2feb8 Mon Sep 17 00:00:00 2001 From: Sandeep-FED Date: Thu, 5 Jan 2023 18:00:13 +0000 Subject: [PATCH] BoardConfig: switch compatibility matrix path to vendor/cherish Signed-off-by: Sandeep-FED --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 41817da..cc44cb3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -126,7 +126,7 @@ TARGET_SURFACEFLINGER_UDFPS_LIB := //hardware/oneplus:libudfps_extension.oneplus # HIDL DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ $(COMMON_PATH)/device_framework_matrix.xml \ - vendor/aosp/config/device_framework_matrix.xml + vendor/cherish/config/device_framework_matrix.xml DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml