Merge "ripcurrentpro: disable shiftshader" into main

This commit is contained in:
Treehugger Robot 2023-09-12 23:20:46 +00:00 committed by Android (Google) Code Review
commit 52a1f746e6
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)

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)