mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge master@5406228 into git_qt-dev-plus-aosp.
Change-Id: Id378f8cd74841a7617f5d3ae6b107ee1ad0bc8f5 BUG: 129345239
This commit is contained in:
@@ -146,3 +146,5 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
# NFC/camera interaction workaround - DO NOT COPY TO NEW DEVICES
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.camera.notify_nfc=1
|
||||
|
||||
PRODUCT_CHECK_ELF_FILES := true
|
||||
|
||||
@@ -1,3 +1,21 @@
|
||||
on late-fs
|
||||
# boot time fs tune
|
||||
write /sys/block/sda/queue/iostats 0
|
||||
write /sys/block/sda/queue/scheduler cfq
|
||||
write /sys/block/sda/queue/iosched/slice_idle 0
|
||||
write /sys/block/sda/queue/read_ahead_kb 2048
|
||||
write /sys/block/sda/queue/nr_requests 256
|
||||
write /sys/block/dm-0/queue/read_ahead_kb 2048
|
||||
write /sys/block/dm-1/queue/read_ahead_kb 2048
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
# end boot time fs tune
|
||||
write /sys/block/sda/queue/read_ahead_kb 128
|
||||
write /sys/block/sda/queue/nr_requests 128
|
||||
write /sys/block/sda/queue/iostats 1
|
||||
write /sys/block/dm-0/queue/read_ahead_kb 128
|
||||
write /sys/block/dm-1/queue/read_ahead_kb 128
|
||||
|
||||
on property:sys.boot_completed=1 && property:ro.build.type=user
|
||||
write /proc/sys/kernel/modules_disabled 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user