diff options
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rw-r--r-- | 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 @@ -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 |