SoftwareGL
Cherry-picked! Note: Not sure what extra config to remove, so just remove EGL_* for now.
This commit is contained in:
parent
db66d93fea
commit
c43ee4d0c4
@ -79,9 +79,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := ./device/samsung/galaxys2-common/releasetools/
|
|||||||
BOARD_HARDWARE_CLASS := hardware/samsung/cmhw
|
BOARD_HARDWARE_CLASS := hardware/samsung/cmhw
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg
|
USE_OPENGL_RENDERER := false
|
||||||
BOARD_EGL_NEEDS_HANDLE_VALUE := true
|
|
||||||
USE_OPENGL_RENDERER := true
|
|
||||||
TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true
|
TARGET_REQUIRES_SYNCHRONOUS_SETSURFACE := true
|
||||||
COMMON_GLOBAL_CFLAGS += -DFORCE_SCREENSHOT_CPU_PATH -DWORKAROUND_BUG_10194508
|
COMMON_GLOBAL_CFLAGS += -DFORCE_SCREENSHOT_CPU_PATH -DWORKAROUND_BUG_10194508
|
||||||
|
|
||||||
|
17
common.mk
17
common.mk
@ -77,7 +77,6 @@ PRODUCT_PACKAGES += \
|
|||||||
# HAL
|
# HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
camera.smdk4210 \
|
camera.smdk4210 \
|
||||||
gralloc.exynos4 \
|
|
||||||
hwcomposer.exynos4 \
|
hwcomposer.exynos4 \
|
||||||
libnetcmdiface \
|
libnetcmdiface \
|
||||||
lights.exynos4 \
|
lights.exynos4 \
|
||||||
@ -143,18 +142,6 @@ PRODUCT_PACKAGES += \
|
|||||||
fsck.f2fs \
|
fsck.f2fs \
|
||||||
mkfs.f2fs
|
mkfs.f2fs
|
||||||
|
|
||||||
# Live Wallpapers
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
Galaxy4 \
|
|
||||||
HoloSpiralWallpaper \
|
|
||||||
LiveWallpapers \
|
|
||||||
LiveWallpapersPicker \
|
|
||||||
MagicSmokeWallpapers \
|
|
||||||
NoiseField \
|
|
||||||
PhaseBeam \
|
|
||||||
VisualizationWallpapers \
|
|
||||||
librs_jni
|
|
||||||
|
|
||||||
# Wifi
|
# Wifi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
dhcpcd.conf \
|
dhcpcd.conf \
|
||||||
@ -190,10 +177,6 @@ PRODUCT_COPY_FILES += \
|
|||||||
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
|
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
|
||||||
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
|
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml
|
||||||
|
|
||||||
# Feature live wallpaper
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
|
|
||||||
|
|
||||||
PRODUCT_TAGS += dalvik.gc.type-precise
|
PRODUCT_TAGS += dalvik.gc.type-precise
|
||||||
|
|
||||||
# Keylayouts
|
# Keylayouts
|
||||||
|
Loading…
Reference in New Issue
Block a user