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

@ -17,8 +17,8 @@
TARGET_KERNEL_DIR ?= device/google/caimito-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers
USE_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := true
USE_SWIFTSHADER := false
BOARD_USES_SWIFTSHADER := false
BOARD_WITHOUT_RADIO := true
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-ripcurrentpro.mk)