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

Commit c4e3e356 authored by Bill Yang's avatar Bill Yang
Browse files

Set soong config for BOARD_HWC_VERSION

Bug: 357500180
Test: lunch aosp_caiman-trunk_staging-userdebug; \
      m android.hardware.composer.hwc3-service.pixel
Change-Id: I4021a10d0e2a5180d928942f786da9b7523dcf2d
parent c8f4fc7b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -275,3 +275,6 @@ $(call soong_config_set_bool,telephony,use_radioexternal_hal_aidl,$(if $(filter

# 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))

# Variables for controlling android.hardware.composer.hwc3-service.pixel
$(call soong_config_set,google_graphics,board_hwc_version,$(BOARD_HWC_VERSION))