diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-01 12:12:13 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-01 12:12:13 -0700 |
commit | 6de9db6d54ec8fdb1fa376554c10aa037f93a706 (patch) | |
tree | ace964e949c5eec67d7b7d2f19302cb5de1c2608 /device.mk | |
parent | 8a469ff12d74a349a72ff4b91b165e6e28bda568 (diff) | |
parent | b024a6d2c0f1e7f18a572670ac8b583713886e36 (diff) | |
download | device_samsung_crespo-6de9db6d54ec8fdb1fa376554c10aa037f93a706.zip device_samsung_crespo-6de9db6d54ec8fdb1fa376554c10aa037f93a706.tar.gz device_samsung_crespo-6de9db6d54ec8fdb1fa376554c10aa037f93a706.tar.bz2 |
Merge "Report the proper version of GL" into gingerbread
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |