Define use_hwc2 variable

Bug: 340865092
Change-Id: I5e55034c5e5d03089453c843753af3419026d3cb
Flag: TEST_ONLY
This commit is contained in:
Masha Chizhova 2024-08-29 10:11:54 +00:00
parent 8d0a51e591
commit dc56b4d57b

View file

@ -213,6 +213,8 @@ PRODUCT_SOONG_NAMESPACES += \
vendor/arm/mali/valhall vendor/arm/mali/valhall
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM)) $(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
# Used in gfx_tools when defining tests with composer2 interface for gs101 devices
$(call soong_config_set,gfx_tools,use_hwc2,true)
include device/google/gs-common/gpu/gpu.mk include device/google/gs-common/gpu/gpu.mk
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \