diff --git a/common.mk b/common.mk index 1b022e94..8b94341c 100644 --- a/common.mk +++ b/common.mk @@ -131,6 +131,9 @@ endif ifeq ($(call is-board-platform-in-list,$(QCOM_BOARD_PLATFORMS)),true) ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true) # Compatibility matrix +DEVICE_MATRIX_FILE += \ + device/qcom/vendor-common/compatibility_matrix.xml + DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \ vendor/qcom/opensource/core-utils/vendor_framework_compatibility_matrix.xml endif diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml deleted file mode 100644 index 4187436c..00000000 --- a/compatibility_matrix.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - android.frameworks.sensorservice - 1.0 - - ISensorManager - default - - - - android.hidl.allocator - 1.0 - - IAllocator - ashmem - - - - android.hidl.manager - 1.0 - - IServiceManager - default - - - - android.hidl.memory - 1.0 - - IMapper - ashmem - - - - android.hidl.token - 1.0 - - ITokenManager - default - - - - android.system.wifi.keystore - 1.0 - - IKeystore - default - - - - vendor.qti.hardware.sigma_miracast - hwbinder - 1.0 - - Isigma_miracast - sigmahal - sigmahal64 - - - - vendor.qti.hardware.qccsyshal - hwbinder - 1.0-2 - - IQccsyshal - qccsyshal - - -