summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-12-27 13:07:58 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-12-27 19:35:59 +0100
commit815988ff37d78782228c638793fc8d78e44570ab (patch)
tree3585ac58af9412277ce0ae8d75e26ad3a8039893
parent9665a9d214c6d26d9cde813bf2612705bbcb3285 (diff)
downloaddevice_samsung_galaxys2-common-815988ff37d78782228c638793fc8d78e44570ab.zip
device_samsung_galaxys2-common-815988ff37d78782228c638793fc8d78e44570ab.tar.gz
device_samsung_galaxys2-common-815988ff37d78782228c638793fc8d78e44570ab.tar.bz2
SoftwareGL
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-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