From e82742aa443f5f0cafd2d79d10b5479856c48d8a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 5 Oct 2010 14:21:45 -0700 Subject: Report proper version of GL. For real this time. Bug: 3048986 Change-Id: If2dd9b503ce989c1f20e078b9ba00b0a280ebe49 --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device.mk') 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 -- cgit v1.1