Remove display related warnings

Bug: 338548109
Bug: 340971451
Bug: 340971442
Test: No display warnings show
Change-Id: I38ae75b67ce2779cd908ab31ef4fb1a61e00e45e
This commit is contained in:
Cathy Hsu 2024-06-04 08:58:11 +00:00
parent 3f2b22c54c
commit 931d5dc163
2 changed files with 0 additions and 8 deletions

View file

@ -150,8 +150,6 @@ endif
#display_unit_test #display_unit_test
ifeq ($(USES_DEVICE_GOOGLE_ZUMAPRO),true) ifeq ($(USES_DEVICE_GOOGLE_ZUMAPRO),true)
# TODO(b/272725898): Needs to check with owner later
$(warning display_unit_test set to zuma on zumapro target)
$(call soong_config_set,display_unit_test,soc,zuma) $(call soong_config_set,display_unit_test,soc,zuma)
endif endif
@ -280,8 +278,6 @@ HWC_SUPPORT_COLOR_TRANSFORM := true
BOARD_USES_EXYNOS_AFBC_FEATURE := true BOARD_USES_EXYNOS_AFBC_FEATURE := true
#BOARD_USES_HDRUI_GLES_CONVERSION := true #BOARD_USES_HDRUI_GLES_CONVERSION := true
# TODO(b/272725898): Needs to check with owner later
$(warning BOARD_LIBACRYL_DEFAULT_COMPOSITOR set to zuma on zumapro target)
BOARD_LIBACRYL_DEFAULT_COMPOSITOR := fimg2d_zuma BOARD_LIBACRYL_DEFAULT_COMPOSITOR := fimg2d_zuma
BOARD_LIBACRYL_G2D_HDR_PLUGIN := libacryl_hdr_plugin BOARD_LIBACRYL_G2D_HDR_PLUGIN := libacryl_hdr_plugin

View file

@ -67,8 +67,6 @@ ifeq ($(USE_PIXEL_GRALLOC),true)
PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/GrallocHAL PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/GrallocHAL
endif endif
# TODO(b/272725898): Needs to check with owner later
$(warning hardware/google/graphics/zuma set to zuma on zumapro target)
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
hardware/google/av \ hardware/google/av \
hardware/google/gchips \ hardware/google/gchips \
@ -935,8 +933,6 @@ PRODUCT_SOONG_NAMESPACES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
trusty_metricsd trusty_metricsd
# TODO(b/272725898): Needs to check with owner later
$(warning displaycolor_platform set to zuma on zumapro target)
$(call soong_config_set,google_displaycolor,displaycolor_platform,zuma) $(call soong_config_set,google_displaycolor,displaycolor_platform,zuma)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.composer.hwc3-service.pixel \ android.hardware.composer.hwc3-service.pixel \