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