Skip to content

Commit

Permalink
Merge "sdm660_64: Relocate ro.opengles.version to vendor build.prop"
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxbuild authored and Gerrit - the friendly Code Review server committed Aug 11, 2017
2 parents c17e8cb + 0be6701 commit 4806bfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions sdm660_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ TARGET_USES_MEDIA_EXTENSIONS := true
# WLAN chipset
WLAN_CHIPSET := qca_cld3

#
# system prop for opengles version
#
# 196610 is decimal for 0x30002 to report major/minor versions as 3/2
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=196610

#Android EGL implementation
PRODUCT_PACKAGES += libGLES_android
PRODUCT_BOOT_JARS += tcmiface
Expand Down
6 changes: 0 additions & 6 deletions system.prop
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true

#
# system prop for opengles version
#
# 196610 is decimal for 0x30002 to report major/minor versions as 3/2
ro.opengles.version=196610

# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
#force disable Bluetooth AAC by default
Expand Down

0 comments on commit 4806bfe

Please sign in to comment.