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
This commit is contained in:
parent
a3eb6a6500
commit
a32d414284
1 changed files with 1 additions and 2 deletions
|
@ -210,9 +210,8 @@ USE_SWIFTSHADER := false
|
||||||
TARGET_USES_VULKAN = true
|
TARGET_USES_VULKAN = true
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
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
|
# Used in gfx_tools when defining tests with composer2 interface for gs101 devices
|
||||||
$(call soong_config_set,gfx_tools,use_hwc2,true)
|
$(call soong_config_set,gfx_tools,use_hwc2,true)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue