From 6653d97d7929330da4c2f99a00855b7540f48463 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 6 Sep 2012 16:55:42 +0200 Subject: Gralloc: Removed omap3 gralloc and use the default one with board config Signed-off-by: Paul Kocialkowski --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 8a13adb..0bd52d7 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,6 +46,8 @@ BOARD_USES_ALSA_AUDIO := true BOARD_USES_TINYALSA_LIBAUDIO := true TARGET_PROVIDES_LIBAUDIO := true USE_CAMERA_STUB := true +BOARD_NO_32BPP := true +BOARD_NO_PAGE_FLIPPING := true # Init # set BOARD_SDCARD_INIT to true if booting from sdcard -- cgit v1.1