diff --git a/BoardConfig.mk b/BoardConfig.mk index ab73fc6..1f71444 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -48,6 +48,7 @@ BOARD_CUSTOM_BOOTIMG_MK := $(DEVICE_PATH)/mkbootimg.mk BOARD_KERNEL_CMDLINE := console=ttyS0,115200 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=rpi4 # 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 diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml new file mode 100644 index 0000000..077c79f --- /dev/null +++ b/framework_compatibility_matrix.xml @@ -0,0 +1,12 @@ + + + android.hardware.media.c2 + hwbinder + 1.0-2 + + IComponentStore + ffmpeg + v4l2 + + +