From a32d41428454b0ab424206d440b7f7c6a14bd482 Mon Sep 17 00:00:00 2001 From: Vamsidhar reddy Gaddam Date: Thu, 7 Nov 2024 11:11:08 +0000 Subject: [PATCH] Switch to using gs101 instead of valhall for GPU UMD Preparing for deviation of gs101 UMD from other devices. This change has no on-device functional behavior impact. The change only picks the UMD source from a new location, the actual driver should be the same as earlier. Flag: EXEMPT for switching where the UMD source is picked up. Bug: 360830887 Test: Local build Change-Id: I033c7553c94bed67fa6b6fc2d407b48e8b6d1a3e --- device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 6e738193..38c443d1 100644 --- a/device.mk +++ b/device.mk @@ -210,9 +210,8 @@ USE_SWIFTSHADER := false TARGET_USES_VULKAN = true PRODUCT_SOONG_NAMESPACES += \ - vendor/arm/mali/valhall + vendor/arm/mali/gs101 -$(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)