ripcurrentpro: disable shiftshader

Bug: 299213317
Change-Id: Ifddfc7fbd80a7c7fcf24a5f196c50d459dece9bb
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
This commit is contained in:
Jason Chiu 2023-09-08 01:45:05 +08:00
parent b47d9c87bd
commit e2badf12fb
2 changed files with 4 additions and 4 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
BOARD_WITHOUT_RADIO := true
$(call inherit-product, device/google/zumapro/aosp_common.mk)