From 2212bd633d8113f4cb9f455ef2102ee5d6671189 Mon Sep 17 00:00:00 2001 From: RGIB Date: Thu, 5 May 2016 13:50:15 +0200 Subject: kona : fix flickering UI Change-Id: I3f55985d3cefbd714ce0531eecce0d0bbb3d9cda --- BoardConfigCommon.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fa92439..73ea95d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -27,6 +27,9 @@ BOARD_BLUEDROID_VENDOR_CONF := $(LOCAL_PATH)/bluetooth/vnd_kona.txt # Camera COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM +# Graphics +TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true + # Sensors BOARD_USE_LEGACY_SENSORS_FUSION := false @@ -42,4 +45,4 @@ NO_CHARGER_LED := true -include vendor/samsung/kona/BoardConfigVendor.mk # Selinux -BOARD_SEPOLICY_DIRS += device/samsung/kona-common/selinux \ No newline at end of file +BOARD_SEPOLICY_DIRS += device/samsung/kona-common/selinux -- cgit v1.1