Merge 785502c4df
on remote branch
Change-Id: I99dfcf1a16651f07d85f11fffdbfaf8db9f3d64d
This commit is contained in:
commit
0072f36ad2
5 changed files with 21 additions and 19 deletions
|
@ -31,7 +31,6 @@ TARGET_USES_UEFI := true
|
||||||
TARGET_NO_KERNEL := false
|
TARGET_NO_KERNEL := false
|
||||||
|
|
||||||
-include $(QCPATH)/common/sdm660_64/BoardConfigVendor.mk
|
-include $(QCPATH)/common/sdm660_64/BoardConfigVendor.mk
|
||||||
MINIMAL_FONT_FOOTPRINT := true
|
|
||||||
|
|
||||||
# Some framework code requires this to enable BT
|
# Some framework code requires this to enable BT
|
||||||
BOARD_HAVE_BLUETOOTH := true
|
BOARD_HAVE_BLUETOOTH := true
|
||||||
|
|
|
@ -70,19 +70,14 @@ on post-fs-data
|
||||||
mkdir /data/misc/seemp 0700 system system
|
mkdir /data/misc/seemp 0700 system system
|
||||||
mkdir /data/misc/tloc 0700 system drmrpc
|
mkdir /data/misc/tloc 0700 system drmrpc
|
||||||
|
|
||||||
# For cpusets initialize for Silver Only first and then Silver + Gold
|
|
||||||
# Silver Only configuration cannot work with 0-7
|
|
||||||
on boot
|
on boot
|
||||||
start rmt_storage
|
start rmt_storage
|
||||||
start rfs_access
|
start rfs_access
|
||||||
write /dev/cpuset/top-app/cpus 0-3
|
|
||||||
write /dev/cpuset/foreground/cpus 0-3
|
|
||||||
write /dev/cpuset/foreground/boost/cpus 0-3
|
|
||||||
write /dev/cpuset/background/cpus 0-3
|
|
||||||
write /dev/cpuset/system-background/cpus 0-3
|
|
||||||
write /dev/cpuset/top-app/cpus 0-7
|
write /dev/cpuset/top-app/cpus 0-7
|
||||||
write /dev/cpuset/foreground/cpus 0-7
|
write /dev/cpuset/foreground/cpus 0-7
|
||||||
write /dev/cpuset/foreground/boost/cpus 0-7
|
write /dev/cpuset/foreground/boost/cpus 0-7
|
||||||
|
write /dev/cpuset/background/cpus 0-7
|
||||||
|
write /dev/cpuset/system-background/cpus 0-7
|
||||||
####Regionalization config and prop files####
|
####Regionalization config and prop files####
|
||||||
chmod 0644 /persist/speccfg/spec
|
chmod 0644 /persist/speccfg/spec
|
||||||
chmod 0644 /persist/speccfg/devicetype
|
chmod 0644 /persist/speccfg/devicetype
|
||||||
|
|
|
@ -89,7 +89,7 @@ WLAN_CHIPSET := qca_cld3
|
||||||
|
|
||||||
#Android EGL implementation
|
#Android EGL implementation
|
||||||
PRODUCT_PACKAGES += libGLES_android
|
PRODUCT_PACKAGES += libGLES_android
|
||||||
#PRODUCT_BOOT_JARS += tcmiface
|
PRODUCT_BOOT_JARS += tcmiface
|
||||||
PRODUCT_BOOT_JARS += telephony-ext
|
PRODUCT_BOOT_JARS += telephony-ext
|
||||||
|
|
||||||
PRODUCT_PACKAGES += telephony-ext
|
PRODUCT_PACKAGES += telephony-ext
|
||||||
|
|
20
system.prop
20
system.prop
|
@ -49,12 +49,12 @@ persist.mm.enable.prefetch=true
|
||||||
|
|
||||||
#property to enable narrow search range for video encoding
|
#property to enable narrow search range for video encoding
|
||||||
vidc.enc.target_support_bframe=1
|
vidc.enc.target_support_bframe=1
|
||||||
vidc.enc.disable_bframes=1
|
vendor.vidc.enc.disable_bframes=1
|
||||||
vidc.dec.enable.downscalar=1
|
vendor.vidc.dec.enable.downscalar=1
|
||||||
video.disable.ubwc=1
|
video.disable.ubwc=1
|
||||||
|
|
||||||
# enable PQ feature by default
|
# enable PQ feature by default
|
||||||
vidc.enc.disable.pq=false
|
vendor.vidc.enc.disable.pq=false
|
||||||
|
|
||||||
# Additional buffers shared between Camera and Video
|
# Additional buffers shared between Camera and Video
|
||||||
vidc.enc.dcvs.extra-buff-count=2
|
vidc.enc.dcvs.extra-buff-count=2
|
||||||
|
@ -162,19 +162,19 @@ ro.sys.fw.bg_apps_limit=60
|
||||||
|
|
||||||
#Settings to enable sensors
|
#Settings to enable sensors
|
||||||
#Device Orientation sensor
|
#Device Orientation sensor
|
||||||
ro.qti.sensors.dev_ori=true
|
ro.vendor.sensors.dev_ori=true
|
||||||
#Persistent Motion Detector
|
#Persistent Motion Detector
|
||||||
ro.qti.sensors.pmd=true
|
ro.vendor.sensors.pmd=true
|
||||||
#Stationary Detector
|
#Stationary Detector
|
||||||
ro.qti.sensors.sta_detect=true
|
ro.vendor.sensors.sta_detect=true
|
||||||
#Motion Detector
|
#Motion Detector
|
||||||
ro.qti.sensors.mot_detect=true
|
ro.vendor.sensors.mot_detect=true
|
||||||
#Facing
|
#Facing
|
||||||
ro.qti.sensors.facing=false
|
ro.vendor.sensors.facing=false
|
||||||
#CMC
|
#CMC
|
||||||
ro.qti.sensors.cmc=false
|
ro.vendor.sensors.cmc=false
|
||||||
#Gesture
|
#Gesture
|
||||||
ro.qti.sdk.sensors.gestures=false
|
ro.vendor.sdk.sensors.gestures=false
|
||||||
|
|
||||||
#low power mode for camera
|
#low power mode for camera
|
||||||
camera.lowpower.record.enable=1
|
camera.lowpower.record.enable=1
|
||||||
|
|
|
@ -60,6 +60,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<impl level="generic"></impl>
|
<impl level="generic"></impl>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IOmx</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
<interface>
|
||||||
|
<name>IOmxStore</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<!-- /video omx hal -->
|
<!-- /video omx hal -->
|
||||||
<!-- display -->
|
<!-- display -->
|
||||||
|
|
Loading…
Reference in a new issue