From 249d2f9254e9faa4e88de16f2da9381fbb375188 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Tue, 12 Sep 2023 10:24:20 -0700 Subject: [PATCH] Set platform info to zumapro for mali Bug: 299213317 Change-Id: I72692110b7a13333052409ffc6da090ad205878f --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 8807292..1fe7278 100644 --- a/device.mk +++ b/device.mk @@ -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)