Merge "Add dist_lyric_apex flag to lyric.mk" into main
This commit is contained in:
commit
6344093af4
1 changed files with 3 additions and 0 deletions
|
@ -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),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue