summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardCommonConfig.mk3
-rw-r--r--common.mk17
2 files changed, 1 insertions, 19 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index ce32e68..e6d7087 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -67,8 +67,7 @@ TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/galaxys2-common/re
TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/galaxys2-common/releasetools/galaxys2_img_from_target_files
# Graphics
-BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg
-USE_OPENGL_RENDERER := true
+USE_OPENGL_RENDERER := false
# FIMG Acceleration
BOARD_USES_FIMGAPI := true
diff --git a/common.mk b/common.mk
index 848bfe8..40ca5a3 100644
--- a/common.mk
+++ b/common.mk
@@ -70,7 +70,6 @@ PRODUCT_PACKAGES += \
# HAL
PRODUCT_PACKAGES += \
camera.smdk4210 \
- gralloc.exynos4 \
hwcomposer.exynos4 \
libnetcmdiface \
lights.exynos4 \
@@ -124,18 +123,6 @@ PRODUCT_PACKAGES += \
make_ext4fs \
setup_fs
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- Galaxy4 \
- HoloSpiralWallpaper \
- LiveWallpapers \
- LiveWallpapersPicker \
- MagicSmokeWallpapers \
- NoiseField \
- PhaseBeam \
- VisualizationWallpapers \
- librs_jni
-
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
@@ -162,10 +149,6 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
-# Feature live wallpaper
-PRODUCT_COPY_FILES += \
- packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
-
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072 \
hwui.render_dirty_regions=false