summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-01 10:50:56 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-01 10:54:36 -0700
commitb024a6d2c0f1e7f18a572670ac8b583713886e36 (patch)
tree93f4496e4aafa4290042214fd25ede8f4f4814a7 /device.mk
parent6413e53edc03faa28de42bde30e14f94c4666571 (diff)
downloaddevice_samsung_crespo-b024a6d2c0f1e7f18a572670ac8b583713886e36.zip
device_samsung_crespo-b024a6d2c0f1e7f18a572670ac8b583713886e36.tar.gz
device_samsung_crespo-b024a6d2c0f1e7f18a572670ac8b583713886e36.tar.bz2
Report the proper version of GL
Bug: 3048986 Change-Id: I741a11378f4d04ca37b57c5175543a3df1d585ab
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index a8ea71f..322566d 100644
--- a/device.mk
+++ b/device.mk
@@ -138,6 +138,11 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
+# The OpenGL ES API level that is natively supported by this device.
+# This is a 16.16 fixed point number
+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.