Disable SWIFTSHADER default except for ripcurrentpro

Bug: 295365113
Change-Id: Ie88d414514b4740dbbb4d68c6b9ce39a7ce2d596
Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com>
This commit is contained in:
Hyunki Koo 2023-09-05 08:58:22 +09:00 committed by Jason Chiu
parent 1147188704
commit 9c3e985dd2
4 changed files with 8 additions and 8 deletions

View file

@ -16,8 +16,8 @@
TARGET_LINUX_KERNEL_VERSION := 6.1
USE_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := true
USE_SWIFTSHADER := false
BOARD_USES_SWIFTSHADER := false
$(call inherit-product, device/google/zumapro/aosp_common.mk)
$(call inherit-product, device/google/caimito/device-komodo.mk)