diff options
| author | doc HD <doc.divxm@gmail.com> | 2015-09-21 00:32:30 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2015-09-21 01:45:03 +0300 |
| commit | 7626cf209dc84e8c382a2f4bdbfe2b1a1a1b387f (patch) | |
| tree | b6242e6eca8ced10e2cd3dc8d8c6792de6216a61 | |
| parent | 9d04935a83784d8b57752d84588d69c6f62c135c (diff) | |
shamu: Set BFQ I/O scheduler by system propertylp5.1
Change-Id: I33ef72af74baf16982e67285272bb08a5ecbe157
| -rw-r--r-- | device.mk | 4 | ||||
| -rw-r--r-- | system.prop | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -205,6 +205,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ bdAddrLoader +# I/O Scheduler +PRODUCT_PROPERTY_OVERRIDES += \ + sys.io.scheduler=bfq + PRODUCT_PACKAGES += \ keystore.msm8084 diff --git a/system.prop b/system.prop index a24ac46a..fb11538b 100644 --- a/system.prop +++ b/system.prop @@ -5,6 +5,3 @@ ro.device.gpu=Qualcomm Adreno 420 ro.device.rear_cam=13 MP ro.device.front_cam=2 MP ro.device.screen_res=1440x2560 - -# Scheduler -sys.io.scheduler=bfq |
