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

Commit b721f043 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set soong config for hwcomposer.$(TARGET_BOARD_PLATFORM)" into main am:...

Merge "Set soong config for hwcomposer.$(TARGET_BOARD_PLATFORM)" into main am: 10cb6c4a am: 5fee37ee

Original change: https://android-review.googlesource.com/c/platform/build/+/3400899



Change-Id: Iaf9e27f16ad3964ada10cdb6d6bffbcf7db32ed5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3103a5b7 5fee37ee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -302,3 +302,6 @@ $(call soong_config_set_bool,fs_config,system_dlkm,$(if $(BOARD_USES_SYSTEM_DLKM
$(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))

# Variables for hwcomposer.$(TARGET_BOARD_PLATFORM)
$(call soong_config_set_bool,google_graphics,board_uses_hwc_services,$(if $(filter true,$(BOARD_USES_HWC_SERVICES)),true,false))