diff --git a/BoardConfig.mk b/BoardConfig.mk index 4df336f..f4762bc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,7 +41,6 @@ BOARD_KERNEL_CMDLINE := console=ttyAMA10,115200 no_console_suspend root=/dev/ram # Manifest DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := $(DEVICE_PATH)/framework_compatibility_matrix.xml DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml -DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml # Partition sizes BOARD_FLASH_BLOCK_SIZE := 4096 diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml deleted file mode 100644 index 6fc5a8c..0000000 --- a/compatibility_matrix.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - android.frameworks.sensorservice - 1.0 - - ISensorManager - default - - - - android.hidl.manager - 1.2 - - IServiceManager - default - - - - android.hidl.memory - 1.0 - - IMapper - ashmem - - - - android.hidl.token - 1.0 - - ITokenManager - default - - -