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

Commit 4b2f1d48 authored by Herbert Xue's avatar Herbert Xue
Browse files

Add soong config variable for ShannonIms

Bug: 380779042
Test: m ShannonIms
Change-Id: Ifb77cb2dd40410fa9e50740126f7918434b5a275
parent 72d493ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -266,3 +266,4 @@ $(call soong_config_set_bool,fs_config,system_dlkm,$(if $(BOARD_USES_SYSTEM_DLKM
# Variables for telephony
$(call soong_config_set_bool,telephony,sec_cp_secure_boot,$(if $(filter true,$(SEC_CP_SECURE_BOOT)),true,false))
$(call soong_config_set_bool,telephony,cbd_protocol_sit,$(if $(filter true,$(CBD_PROTOCOL_SIT)),true,false))
$(call soong_config_set_bool,telephony,use_radioexternal_hal_aidl,$(if $(filter true,$(USE_RADIOEXTERNAL_HAL_AIDL)),true,false))