From 941dc905934faa5b9b52f4b30b71515a52284622 Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Tue, 9 Jul 2024 23:19:23 +0000 Subject: [PATCH] Add dist_lyric_apex flag to lyric.mk This flag controls whether Lyric apex can be located in the dist-directory. Flag: dist_lyric_apex Change-Id: I7a87b2e0b1c220955aafda28173533bd4f6bcd52 BUG: 352009541 Test: TH --- camera/lyric.mk | 3 +++ 1 file changed, 3 insertions(+) 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),)