Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95be035 authored by Nelson Li's avatar Nelson Li
Browse files

Add `CHRE_USF_DAEMON_ENABLED` to soong_config_variable.

Bug: 384801967
Test: m -j chre
Change-Id: Iea41ce9dda798cac0b3407179f25cdc5dbab6a63
parent b3a5c380
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ $(call soong_config_set_bool,chre,chre_daemon_lpma_enabled,$(if $(filter true,$(
$(call soong_config_set_bool,chre,chre_dedicated_transport_channel_enabled,$(if $(filter true,$(CHRE_DEDICATED_TRANSPORT_CHANNEL_ENABLED)),true,false))
$(call soong_config_set_bool,chre,chre_log_atom_extension_enabled,$(if $(filter true,$(CHRE_LOG_ATOM_EXTENSION_ENABLED)),true,false))
$(call soong_config_set_bool,chre,building_vendor_image,$(if $(filter true,$(BUILDING_VENDOR_IMAGE)),true,false))
$(call soong_config_set_bool,chre,chre_usf_daemon_enabled,$(if $(filter true,$(CHRE_USF_DAEMON_ENABLED)),true,false))

ifdef TARGET_BOARD_AUTO
  $(call add_soong_config_var_value, ANDROID, target_board_auto, $(TARGET_BOARD_AUTO))