From 559105613ae76210d3dc25d3a8db52613c44b286 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Wed, 21 Sep 2011 09:35:48 +0200 Subject: [PATCH] click: Remove BOARD_NO_RGBX_8888 We're not using any userspace GL libraries that require this workaround. Change-Id: I5e167f7f8bd1b7ec3ae9fc78b56a5a54181766d2 --- BoardConfig.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 62b18e4..245e367 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -79,8 +79,6 @@ BOARD_USE_NEW_LIBRIL_HTC := true TARGET_LIBAGL_USE_GRALLOC_COPYBITS := true -BOARD_NO_RGBX_8888 := true - TARGET_ELECTRONBEAM_FRAMES := 10 # WITH_DEXPREOPT := true