Merge "perflock: Set boot complete property for sdm845"

This commit is contained in:
Linux Build Service Account 2017-06-13 01:57:06 -07:00 committed by Gerrit - the friendly Code Review server
commit 06b771b026
1 changed files with 1 additions and 1 deletions

View File

@ -2685,7 +2685,7 @@ case "$target" in
start mpdecision
echo 512 > /sys/block/mmcblk0/bdi/read_ahead_kb
;;
"msm8994" | "msm8992" | "msm8996" | "msm8998" | "sdm660" | "apq8098_latv")
"msm8994" | "msm8992" | "msm8996" | "msm8998" | "sdm660" | "apq8098_latv" | "sdm845")
setprop sys.post_boot.parsed 1
;;
"apq8084")