soong: Add support for miui camera mode [2/2]

Change-Id: I0c912a1c7056bb204a24bd5f0a08308cae71f3f3
This commit is contained in:
Adithya R
2024-05-19 14:02:13 +00:00
committed by Joey
parent ce53198051
commit faa7d20e7b

View File

@@ -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),)