Merge "Add dist_lyric_apex flag to lyric.mk" into main

This commit is contained in:
Baligh Uddin 2024-07-10 23:06:21 +00:00 committed by Android (Google) Code Review
commit 6344093af4

View file

@ -5,6 +5,9 @@ $(call soong_config_set,lyric,use_lyric_camera_hal,true)
$(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)
# Flag controls whether Lyric apex can be located in the dist-directory.
$(call soong_config_set, lyric, dist_lyric_apex, $(RELEASE_PIXEL_DIST_LYRIC_APEX))
# Select GCH backend. # Select GCH backend.
# TODO(b/192681010): This dependency inversion should be removed. # TODO(b/192681010): This dependency inversion should be removed.
ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),) ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)