diff options
| -rw-r--r-- | device.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,5 +34,11 @@ PRODUCT_PACKAGES += \ enable_modem.sh \ disable_modem.sh +# See vendor/replicant/config/common.mk for more details about the ro.libagl +# configuration parameter. +# This device doesn't boot with llvmpipe, probably due to some +# color format issue, so we have to use libagl for now. +PRODUCT_PROPERTY_OVERRIDES += ro.libagl=1 + $(call inherit-product, device/samsung/tuna/device.mk) $(call inherit-product-if-exists, vendor/samsung/maguro/maguro-vendor.mk) |
