From 79160fd59c8f5008b823e06fc94d6c01bb0b42bf Mon Sep 17 00:00:00 2001 From: OrdenKrieger Date: Wed, 11 Jan 2017 19:56:17 +0100 Subject: 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. --- system.prop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3