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 ++ gta04.mk | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/gta04.mk b/gta04.mk index e3f8a9a..1187a97 100644 --- a/gta04.mk +++ b/gta04.mk @@ -51,8 +51,6 @@ PRODUCT_TAGS += dalvik.gc.type-precise # Graphics PRODUCT_LOCALES := hdpi -PRODUCT_PACKAGES += \ - gralloc.omap3 PRODUCT_COPY_FILES += \ device/goldelico/gta04/initlogo.rle:root/initlogo.rle -- cgit v1.1