sdm660_64: Relocate ro.opengles.version to vendor build.prop
From Android O any vendor properties defined in system side build.prop must be moved to vendor side build.prop for independent update of pure AOSP system image and vendor image. Change-Id: I83a01efd207657ec100cba98158cb1d56e0b44ab
This commit is contained in:
parent
f2e87ca821
commit
0be6701c95
2 changed files with 7 additions and 6 deletions
|
@ -93,6 +93,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
|
@ -72,12 +72,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