diff options
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |