diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-09-29 16:40:03 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-09-29 16:40:03 +0200 |
commit | bb3db98eb64a1ffa54cc0f513ed9633dd52e0c86 (patch) | |
tree | 4c1042e872cd76cdd5610d0d2afb9c221efea20c | |
parent | 41cbdb940e845d1d24a0284d7402fcf451dfa37a (diff) | |
download | device_samsung_crespo-bb3db98eb64a1ffa54cc0f513ed9633dd52e0c86.zip device_samsung_crespo-bb3db98eb64a1ffa54cc0f513ed9633dd52e0c86.tar.gz device_samsung_crespo-bb3db98eb64a1ffa54cc0f513ed9633dd52e0c86.tar.bz2 |
Use SoftwareGL
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | cm.mk | 3 | ||||
-rw-r--r-- | egl.cfg | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,9 @@ $(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/crespo/full_crespo.mk) +# Inherit Software GL configuration. +$(call inherit-product, vendor/replicant/config/software_gl.mk) + # Enhanced NFC $(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) @@ -1 +1,2 @@ +0 0 android 0 1 POWERVR_SGX540_120 |