diff options
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 28f0f6d..664a3ee 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,6 +30,9 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # Camera COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM +# Graphics +TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true + # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 TARGET_KERNEL_CONFIG := cyanogenmod_i9305_defconfig |