From cbbac774cda9029cce06ca5d88415128b6a25ea9 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Wed, 6 Sep 2023 13:00:18 +0800 Subject: [PATCH] ripcurrentpro: enable shiftshader on non-aosp build 299219113 Change-Id: Ie7e22d3c58a05698e57dee4257721241547113ef Signed-off-by: Jason Chiu --- device-ripcurrentpro.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 3ec8f085..40ead636 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -17,6 +17,9 @@ TARGET_KERNEL_DIR ?= device/google/caimito-kernel TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers +USE_SWIFTSHADER := true +BOARD_USES_SWIFTSHADER := true + $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-ripcurrentpro.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk)