diff options
author | OrdenKrieger <OrdenKriegerEDR@googlemail.com> | 2017-01-11 19:56:17 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:50:46 +0100 |
commit | 79160fd59c8f5008b823e06fc94d6c01bb0b42bf (patch) | |
tree | 7959e3d785ac26aa7631132db8cb7bcb5d6e09ba | |
parent | 6fe46d118dacf3ca734f0a792713a36f33cb921b (diff) |
z2_plus: Change the GLES version string to 3.2
We support GLES version 3.2. Change the system property
to reflect that so apps can query and potentially use
the 3.2 APIs.
-rwxr-xr-x | system.prop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 3e4667e..d97c089 100755 --- a/system.prop +++ b/system.prop @@ -89,7 +89,8 @@ persist.timed.enable=true # # 196608 is decimal for 0x30000 to report version 3.0 # 196609 is decimal for 0x30001 to report version 3.1 -ro.opengles.version=196609 +# 196609 is decimal for 0x30002 to report version 3.2 +ro.opengles.version=196610 # system property for maximum number of HFP client connections bt.max.hfpclient.connections=1 |