a71-common: Migrate to soong_config_set()

Change-Id: I06de8759836114f54a822d6f23f1177515e21178
This commit is contained in:
LuK1337
2024-08-28 15:32:59 +02:00
committed by Bruno Martins
parent fd6491f5ba
commit 8c81ab5258
2 changed files with 1 additions and 7 deletions

View File

@@ -55,13 +55,6 @@ TARGET_NO_RADIOIMAGE := true
TARGET_NO_RPC := true
# Camera
SOONG_CONFIG_NAMESPACES += samsungCameraVars
SOONG_CONFIG_samsungCameraVars += extra_ids
# ID=52 is depth
# ID=54 is macro
SOONG_CONFIG_samsungCameraVars_extra_ids := 54,52
USE_CAMERA_STUB := false
USE_DEVICE_SPECIFIC_CAMERA := true

View File

@@ -72,6 +72,7 @@ PRODUCT_PACKAGES += \
# Camera
$(call soong_config_set_bool,samsungCameraVars,needs_sec_reserved_field,true)
$(call soong_config_set,samsungCameraVars,extra_ids,54,52) # ID=54 is macro and ID=52 is depth
PRODUCT_PACKAGES += \
android.hardware.camera.provider-service_32.samsung \