Merge "sdm660_64: Relocate ro.opengles.version to vendor build.prop"
This commit is contained in:
commit
4806bfec7c
2 changed files with 7 additions and 6 deletions
|
@ -97,6 +97,13 @@ TARGET_USES_MEDIA_EXTENSIONS := true
|
||||||
# WLAN chipset
|
# WLAN chipset
|
||||||
WLAN_CHIPSET := qca_cld3
|
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
|
#Android EGL implementation
|
||||||
PRODUCT_PACKAGES += libGLES_android
|
PRODUCT_PACKAGES += libGLES_android
|
||||||
PRODUCT_BOOT_JARS += tcmiface
|
PRODUCT_BOOT_JARS += tcmiface
|
||||||
|
|
6
system.prop
Executable file → Normal file
6
system.prop
Executable file → Normal file
|
@ -71,12 +71,6 @@ persist.data.mode=concurrent
|
||||||
#system props for time-services
|
#system props for time-services
|
||||||
persist.timed.enable=true
|
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
|
# system property for maximum number of HFP client connections
|
||||||
bt.max.hfpclient.connections=1
|
bt.max.hfpclient.connections=1
|
||||||
#force disable Bluetooth AAC by default
|
#force disable Bluetooth AAC by default
|
||||||
|
|
Loading…
Reference in a new issue