Disable camera builds
Bug: 229340586 Change-Id: Iaa8c6a4a6c62df9786b3da73e4b4f0ec75a60c10 Signed-off-by: Aaron Ding <aaronding@google.com>
This commit is contained in:
parent
28c30c0a6e
commit
7444ee1555
1 changed files with 6 additions and 7 deletions
13
device.mk
13
device.mk
|
@ -51,8 +51,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
vendor/google/interfaces \
|
||||
vendor/google_devices/common/proprietary/confirmatioui_hal \
|
||||
vendor/google_nos/host/android \
|
||||
vendor/google_nos/test/system-test-harness \
|
||||
vendor/google/camera
|
||||
vendor/google_nos/test/system-test-harness
|
||||
|
||||
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
||||
|
||||
|
@ -501,14 +500,14 @@ $(call soong_config_set,google3a_config,soc,zuma)
|
|||
$(call soong_config_set,google3a_config,gcam_awb,true)
|
||||
$(call soong_config_set,google3a_config,ghawb_truetone,true)
|
||||
|
||||
ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)
|
||||
$(call soong_config_set,lyric,soc,zuma)
|
||||
$(call soong_config_set,lyric,use_lyric_camera_hal,true)
|
||||
# ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)
|
||||
# $(call soong_config_set,lyric,soc,zuma)
|
||||
# $(call soong_config_set,lyric,use_lyric_camera_hal,true)
|
||||
# lyric::tuning_product is set in device-specific makefiles,
|
||||
# such as device/google/${DEVICE}/device-${DEVICE}.mk
|
||||
|
||||
$(call soong_config_set,gch,hwl_library,lyric)
|
||||
endif
|
||||
# $(call soong_config_set,gch,hwl_library,lyric)
|
||||
# endif
|
||||
|
||||
# WiFi
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue