From faa7d20e7bd38ccabc1d0ffc728bdbc7d31aaf59 Mon Sep 17 00:00:00 2001 From: Adithya R Date: Sun, 19 May 2024 14:02:13 +0000 Subject: [PATCH] soong: Add support for miui camera mode [2/2] Change-Id: I0c912a1c7056bb204a24bd5f0a08308cae71f3f3 --- config/BoardConfigSoong.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index b22abef4..e2fdd9dd 100644 --- a/config/BoardConfigSoong.mk +++ b/config/BoardConfigSoong.mk @@ -43,6 +43,9 @@ endif ifneq ($(TARGET_CAMERA_PACKAGE_NAME),) $(call soong_config_set,camera,package_name,$(TARGET_CAMERA_PACKAGE_NAME)) endif +ifneq ($(TARGET_USES_MIUI_CAMERA),) + $(call soong_config_set,camera,uses_miui_camera,$(TARGET_USES_MIUI_CAMERA)) +endif # Libui ifneq ($(TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS),)