Merge "Set platform info to zumapro for mali" into main

This commit is contained in:
Treehugger Robot 2023-09-12 23:20:46 +00:00 committed by Android (Google) Code Review
commit 36f817e9de

View file

@ -228,7 +228,7 @@ endif
PRODUCT_SOONG_NAMESPACES += \
vendor/arm/mali/valhall
$(call soong_config_set,pixel_mali,soc,zuma)
$(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM))
# TODO (b/297408842): The gralloc is being open-sourced, and we cannot pass
# "zumapro" as SOC to build it. Pass "zuma" as SOC for now.
$(call soong_config_set,arm_gralloc,soc,zuma)