diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-25 22:31:08 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-08-25 22:31:08 +0200 |
commit | 75c18c6349a04cbc7cd2e20e5775602a7b85b236 (patch) | |
tree | 44037579cec05aafcc71cbf440d77b8c2cf2b372 | |
parent | 4a88d296d8f17117aff867163c70092fae74ae77 (diff) | |
download | device_samsung_i9300-75c18c6349a04cbc7cd2e20e5775602a7b85b236.zip device_samsung_i9300-75c18c6349a04cbc7cd2e20e5775602a7b85b236.tar.gz device_samsung_i9300-75c18c6349a04cbc7cd2e20e5775602a7b85b236.tar.bz2 |
enable llvmpipe build
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 00f0b05..aba1991 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -28,6 +28,9 @@ BOARD_MODEM_TYPE := xmm6262 TARGET_SPECIFIC_HEADER_PATH := device/samsung/i9300/include COMMON_GLOBAL_CFLAGS += -DDISABLE_ASHMEM_TRACKING +# enable llvmpipe +BOARD_GPU_DRIVERS := swrast + # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth |