From 10ba5294cbb210c6fa31b1391721dafb81cb796e Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 9 Oct 2023 20:02:18 +0200 Subject: [PATCH] sm6150-common: Enable camera override format from reserved This enables qcom additions for high framerate videos. Change-Id: I572d35c6454711e838b2d0dba31551627d10f6e6 Signed-off-by: therealmharc --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 33f9de1..e737fd3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -49,6 +49,9 @@ BOARD_SUPPORTS_SOUND_TRIGGER := true TARGET_BOOTLOADER_BOARD_NAME := sm6150 TARGET_NO_BOOTLOADER := true +# Camera +TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED := true + # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs