diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 22:59:20 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-13 12:48:52 +0100 |
commit | 902d058f26a8e08665a4a2c792c4611a4c553c03 (patch) | |
tree | efb515d949b0552015091c4f1d803af511e1ed31 | |
parent | c85f266ec3303a72604af01db68bd204bea1f0ac (diff) | |
download | device_samsung_i9100-902d058f26a8e08665a4a2c792c4611a4c553c03.zip device_samsung_i9100-902d058f26a8e08665a4a2c792c4611a4c553c03.tar.gz device_samsung_i9100-902d058f26a8e08665a4a2c792c4611a4c553c03.tar.bz2 |
enable llvmpipe
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-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 |