From 8c1affe56c59c56ac14b1ed101eeacc23934c212 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 16 Oct 2024 17:56:00 +0530 Subject: msm8996-common: Use the common device compatibility matrix from QCOM Change-Id: I11864fac0c403aa67a24dcff891f71d4da7f0d30 --- BoardConfigCommon.mk | 2 +- compatibility_matrix.xml | 78 ------------------------------------------------ 2 files changed, 1 insertion(+), 79 deletions(-) delete mode 100644 compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6e068ca..2a6ffb3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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 # Lineage Health TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_BYPASS := false diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml deleted file mode 100644 index 5fa60b3..0000000 --- a/compatibility_matrix.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - android.frameworks.displayservice - 1.0 - - IDisplayService - default - - - - android.frameworks.schedulerservice - 1.0 - - ISchedulingPolicyService - default - - - - android.frameworks.sensorservice - 1.0 - - ISensorManager - default - - - - android.hidl.allocator - 1.0 - - IAllocator - ashmem - - - - android.hidl.manager - 1.1 - - IServiceManager - default - - - - android.hidl.memory - 1.0 - - IMapper - ashmem - - - - android.hidl.token - 1.0 - - ITokenManager - default - - - - android.system.net.netd - 1.1 - - INetd - default - - - - android.system.wifi.keystore - 1.0 - - IKeystore - default - - - - netutils-wrapper - 1.0 - - -- cgit v1.2.3