Snap for 8273439 from 48efd7d6bd
to tm-release
Change-Id: Ie4cc343ba1ac78cfa15dd1d167f7080f6b85ba8b
This commit is contained in:
commit
89306ec742
9 changed files with 16 additions and 4 deletions
|
@ -83,10 +83,6 @@ on init
|
||||||
write /sys/block/zram0/comp_algorithm lz77eh
|
write /sys/block/zram0/comp_algorithm lz77eh
|
||||||
write /proc/sys/vm/page-cluster 0
|
write /proc/sys/vm/page-cluster 0
|
||||||
|
|
||||||
# Page Pinner dumping at bugreport
|
|
||||||
chown system system /sys/kernel/debug/page_pinner/longterm_pinner
|
|
||||||
chown system system /sys/kernel/debug/page_pinner/alloc_contig_failed
|
|
||||||
|
|
||||||
# Some user code relies on ro.boot.hardware.revision
|
# Some user code relies on ro.boot.hardware.revision
|
||||||
setprop ro.boot.hardware.revision ${ro.revision}
|
setprop ro.boot.hardware.revision ${ro.revision}
|
||||||
|
|
||||||
|
|
|
@ -831,6 +831,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.sys.fuse.passthrough.enable=true
|
persist.sys.fuse.passthrough.enable=true
|
||||||
|
|
||||||
|
# Force disable of FUSE BPF
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.sys.fuse.bpf.enable=false
|
||||||
|
|
||||||
# Use /product/etc/fstab.postinstall to mount system_other
|
# Use /product/etc/fstab.postinstall to mount system_other
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.postinstall.fstab.prefix=/product
|
ro.postinstall.fstab.prefix=/product
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
AssertEnabled="true"
|
AssertEnabled="true"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
AssertEnabled="true"
|
AssertEnabled="true"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
|
@ -54,6 +54,8 @@
|
||||||
AssertEnabled="true"
|
AssertEnabled="true"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
|
@ -53,6 +53,8 @@
|
||||||
AssertEnabled="false"
|
AssertEnabled="false"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
|
@ -53,6 +53,8 @@
|
||||||
AssertEnabled="false"
|
AssertEnabled="false"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
|
@ -53,6 +53,8 @@
|
||||||
AssertEnabled="false"
|
AssertEnabled="false"
|
||||||
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
CpLppeCancelDbhOnAgnssProvideLoc="true"
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
|
ReAidingOnHotStart="false"
|
||||||
|
ReAidingIntervalSec="1200"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue