From 65693adfc427bfa958b9fb4d85b424c10e736ade Mon Sep 17 00:00:00 2001 From: Dhina17 Date: Sun, 26 May 2024 15:27:50 +0530 Subject: [PATCH] soong: Add libcameraservice extension config Change-Id: Id20f782c1008fed1f15250129618326091f61bf8 --- config/BoardConfigSoong.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index e2fdd9dd..5ae93bfc 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_CAMERA_SERVICE_EXT_LIB),) + $(call soong_config_set,libcameraservice,ext_lib,$(TARGET_CAMERA_SERVICE_EXT_LIB)) +endif ifneq ($(TARGET_USES_MIUI_CAMERA),) $(call soong_config_set,camera,uses_miui_camera,$(TARGET_USES_MIUI_CAMERA)) endif