summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-05 14:21:45 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-05 14:22:18 -0700
commite82742aa443f5f0cafd2d79d10b5479856c48d8a (patch)
treeed0b048a373f974d6e92d2b1909b7bc3d0f07724 /device.mk
parent9052cbadd90fd5a69a4a58a23c6bf6dadefd36e0 (diff)
downloaddevice_samsung_crespo-e82742aa443f5f0cafd2d79d10b5479856c48d8a.zip
device_samsung_crespo-e82742aa443f5f0cafd2d79d10b5479856c48d8a.tar.gz
device_samsung_crespo-e82742aa443f5f0cafd2d79d10b5479856c48d8a.tar.bz2
Report proper version of GL.
For real this time. Bug: 3048986 Change-Id: If2dd9b503ce989c1f20e078b9ba00b0a280ebe49
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 6fbf8c0..6c03c57 100644
--- a/device.mk
+++ b/device.mk
@@ -136,13 +136,13 @@ PRODUCT_COPY_FILES += \
# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
-PRODUCT_PROPERTY_OVERRIDES += \
+PRODUCT_PROPERTY_OVERRIDES := \
ro.opengles.version=131072
# These are the hardware-specific settings that are stored in system properties.
# Note that the only such settings should be the ones that are too low-level to
# be reachable from resources or other mechanisms.
-PRODUCT_PROPERTY_OVERRIDES := \
+PRODUCT_PROPERTY_OVERRIDES += \
wifi.interface=eth0 \
dalvik.vm.heapsize=24m