diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-09 02:12:41 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-23 13:14:18 +0200 |
commit | 22cfec110f9dad3218c5ad3a3fcdae2816622467 (patch) | |
tree | 55e87bf7d43a321531d6aa3058d17dd10c5e419e | |
parent | 3bb00a7d535dbcad9e63809b238791445cf16fb6 (diff) | |
download | device_samsung_espressowifi-22cfec110f9dad3218c5ad3a3fcdae2816622467.zip device_samsung_espressowifi-22cfec110f9dad3218c5ad3a3fcdae2816622467.tar.gz device_samsung_espressowifi-22cfec110f9dad3218c5ad3a3fcdae2816622467.tar.bz2 |
Software rendering
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5bcc148..9db288f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -49,6 +49,11 @@ BOARD_FLASH_BLOCK_SIZE := 4096 WITH_DEXPREOPT := true WITH_DEXPREOPT_PIC := true +# Graphics +USE_OPENGL_RENDERER := false +# llvmpipe +BOARD_GPU_DRIVERS := swrast + # Wi-Fi BOARD_WLAN_DEVICE := bcmdhd WPA_SUPPLICANT_VERSION := VER_0_8_X |