summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk3
-rw-r--r--device.mk7
2 files changed, 1 insertions, 9 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b8151f3..717c975 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -47,12 +47,11 @@ TARGET_NO_RADIOIMAGE := true
TARGET_BOARD_PLATFORM := omap4
TARGET_BOOTLOADER_BOARD_NAME := tuna
-BOARD_EGL_CFG := device/samsung/tuna/egl.cfg
BOARD_CREATE_TUNA_HDCP_KEYS_SYMLINK := true
#BOARD_USES_HGL := true
#BOARD_USES_OVERLAY := true
-USE_OPENGL_RENDERER := true
+USE_OPENGL_RENDERER := false
# set if the target supports FBIO_WAITFORVSYNC
TARGET_HAS_WAITFORVSYNC := true
diff --git a/device.mk b/device.mk
index 8420bf7..a3cb23a 100644
--- a/device.mk
+++ b/device.mk
@@ -98,13 +98,6 @@ PRODUCT_PACKAGES += \
Nfc \
Tag
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- LiveWallpapers \
- LiveWallpapersPicker \
- VisualizationWallpapers \
- librs_jni
-
# Key maps
PRODUCT_COPY_FILES += \
device/samsung/tuna/tuna-gpio-keypad.kl:system/usr/keylayout/tuna-gpio-keypad.kl \