From 27a825ca192e9911563d0f56e99f063ca106a5d6 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 7 Jun 2011 15:57:25 -0700 Subject: Disable hw acceleration. Change-Id: Ie761e5861ac4e1584cd44af3f91ad28a19935dd2 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9bd74a9..7ad6c34 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,7 +42,7 @@ BOARD_EGL_CFG := device/samsung/tuna/egl.cfg #BOARD_USES_HGL := true #BOARD_USES_OVERLAY := true -USE_OPENGL_RENDERER := true +#USE_OPENGL_RENDERER := true TARGET_USERIMAGES_USE_EXT4 := true BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456 -- cgit v1.1