diff options
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 013a89b..05b3a95 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,8 +30,8 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # Camera COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM -# Graphics -TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true +# enable llvmpipe +BOARD_GPU_DRIVERS := swrast # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 |