Snap for 7804768 from ed34ce0d401c341bcc3f9c809e95164a5f484f3f to tm-release
Change-Id: I5ccf9d8206897aa4176105b5f3d9114efd9b31ce
This commit is contained in:
commit
a7e6e0cc47
4 changed files with 8 additions and 3 deletions
Binary file not shown.
|
@ -56,6 +56,3 @@ on property:ro.revision=PROTO1.0
|
|||
# SecureElement eSE2 cts mode
|
||||
on property:persist.vendor.se.ese2.mode=ctsmode
|
||||
write /sys/class/st33spi/st33spi/st33spi_state 33
|
||||
|
||||
on late-fs
|
||||
setprop vendor.zram.size 3GB
|
||||
|
|
|
@ -212,3 +212,7 @@ PRODUCT_PACKAGES += \
|
|||
# Override default distortion output gain according to UX experiments
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||
|
||||
# Set zram size
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.zram.size=3g
|
||||
|
|
|
@ -219,3 +219,7 @@ PRODUCT_PACKAGES += \
|
|||
# Override default distortion output gain according to UX experiments
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
vendor.audio.hapticgenerator.distortion.output.gain=0.5
|
||||
|
||||
# Set zram size
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.zram.size=3g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue