Add Lyric camera IQ tuning configuration. am: 1be9cf8a51
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16178980 Change-Id: Ia1bf919e93d9e24dfcf2e1e8cb5ec2cab1cfa5c4
This commit is contained in:
commit
14a34f2517
1 changed files with 7 additions and 13 deletions
20
device.mk
20
device.mk
|
@ -478,17 +478,6 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.drm@1.4-service.widevine \
|
||||
liboemcrypto \
|
||||
|
||||
ORIOLE_PRODUCT := %oriole
|
||||
RAVEN_PRODUCT := %raven
|
||||
ifneq (,$(filter $(ORIOLE_PRODUCT), $(TARGET_PRODUCT)))
|
||||
LOCAL_TARGET_PRODUCT := oriole
|
||||
else ifneq (,$(filter $(RAVEN_PRODUCT), $(TARGET_PRODUCT)))
|
||||
LOCAL_TARGET_PRODUCT := raven
|
||||
else
|
||||
LOCAL_TARGET_PRODUCT := slider
|
||||
endif
|
||||
|
||||
|
||||
SOONG_CONFIG_NAMESPACES += google3a_config
|
||||
SOONG_CONFIG_google3a_config += \
|
||||
soc \
|
||||
|
@ -499,7 +488,6 @@ SOONG_CONFIG_google3a_config += \
|
|||
SOONG_CONFIG_google3a_config_soc := gs101
|
||||
SOONG_CONFIG_google3a_config_gcam_awb := true
|
||||
SOONG_CONFIG_google3a_config_ghawb_truetone := true
|
||||
SOONG_CONFIG_google3a_config_target_device := $(LOCAL_TARGET_PRODUCT)
|
||||
|
||||
# Determine if Lyric is in the tree, and only have GCH build against it
|
||||
# if it is. Cases when Lyric isn't going to be in the tree:
|
||||
|
@ -512,8 +500,14 @@ SOONG_CONFIG_google3a_config_target_device := $(LOCAL_TARGET_PRODUCT)
|
|||
|
||||
ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)
|
||||
SOONG_CONFIG_NAMESPACES += lyric
|
||||
SOONG_CONFIG_lyric += use_lyric_camera_hal
|
||||
SOONG_CONFIG_lyric += \
|
||||
use_lyric_camera_hal \
|
||||
tuning_product
|
||||
|
||||
SOONG_CONFIG_lyric_soc := gs101
|
||||
SOONG_CONFIG_lyric_use_lyric_camera_hal := true
|
||||
# SOONG_CONFIG_lyric_tuning_product is set in device-specific makefiles,
|
||||
# such as device/google/raviole/device-oriole.mk
|
||||
|
||||
# Camera HAL library selection
|
||||
SOONG_CONFIG_NAMESPACES += gch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue