diff --git a/camera/lyric.mk b/camera/lyric.mk index 7762f4d..30e06d1 100644 --- a/camera/lyric.mk +++ b/camera/lyric.mk @@ -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,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. # TODO(b/192681010): This dependency inversion should be removed. ifneq ($(wildcard vendor/google/services/LyricCameraHAL/src),)