From e00fd65ca183d54a4ed75a08046a5664c0248feb Mon Sep 17 00:00:00 2001 From: Sultanxda Date: Sat, 16 Nov 2013 12:52:21 -0800 Subject: [PATCH] BoardConfigCommon: Enable ION --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e5c7201..52cb5e1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -91,6 +91,7 @@ BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 50000 COMMON_GLOBAL_CFLAGS += -DQCOM_NO_SECURE_PLAYBACK -DREFRESH_RATE=60 -DHTC_RGBA_8888_OFFSET USE_OPENGL_RENDERER := true TARGET_NO_HW_VSYNC := true +TARGET_USES_ION := true TARGET_USES_C2D_COMPOSITION := true TARGET_USES_POST_PROCESSING := true TARGET_USES_QCOM_BSP := true