sm6150-common: Migrate TARGET_CAMERA_PACKAGE_NAME to soong_config_set

Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
therealmharc
2025-05-09 13:58:17 +00:00
parent db725d07f5
commit 5be0d339b7
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ TARGET_NO_BOOTLOADER := true
# Camera
MALLOC_SVELTE := true
MALLOC_SVELTE_FOR_LIBC32 := true
TARGET_CAMERA_PACKAGE_NAME := com.android.camera
# Filesystem
TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/configs/config.fs

View File

@@ -96,6 +96,7 @@ PRODUCT_PACKAGES += \
# Camera
$(call soong_config_set,libcameraservice,ext_lib,//$(LOCAL_PATH):libcameraservice_extension.sm6150)
$(call soong_config_set,camera,override_format_from_reserved,true)
$(call soong_config_set,camera,package_name,com.android.camera)
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \