From 902d058f26a8e08665a4a2c792c4611a4c553c03 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 10 Jan 2017 22:59:20 +0100 Subject: enable llvmpipe Signed-off-by: Wolfgang Wiedmeyer --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index c4e7e80..c9e537d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -34,5 +34,8 @@ TARGET_KERNEL_CONFIG := cyanogenmod_i9100_defconfig # assert TARGET_OTA_ASSERT_DEVICE := galaxys2,i9100,GT-I9100,GT-I9100M,GT-I9100P,GT-I9100T,SC-02C +# enable llvmpipe +BOARD_GPU_DRIVERS := swrast + # Use the non-open-source parts, if they're present -include vendor/samsung/i9100/BoardConfigVendor.mk -- cgit v1.1