diff --git a/aosp_ripcurrentpro.mk b/aosp_ripcurrentpro.mk index dcfb40e5..1d84e717 100644 --- a/aosp_ripcurrentpro.mk +++ b/aosp_ripcurrentpro.mk @@ -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) diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 9e21fb0d..ef379dd6 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -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)