From 2dceacff25968ea39d3be62ba2ee82e255f6861b Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Mon, 7 Feb 2022 14:14:31 -0800 Subject: [PATCH] Update mali_csffw firmware target to match the generated one Bug: 174232579 Test: Boots to home Change-Id: I3902ed43059195e5d646473020ba6d33bd9f2f0a --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 832e1048..5b965fb9 100644 --- a/device.mk +++ b/device.mk @@ -161,7 +161,7 @@ TARGET_USES_VULKAN = false # vendor/arm/mali/valhall/cinstr/production/gpu-hwc-reader PRODUCT_PACKAGES += \ - mali_csffw.bin \ + csffw_image_prebuilt__firmware_prebuilt_todx_mali_csffw.bin \ libGLES_mali-gs201-prebuilt \ vulkan.mali \ libOpenCL \