Skip to content
Snippets Groups Projects
Commit 5fd7dfe6 authored by Ramakant Singh's avatar Ramakant Singh Committed by Dhina17
Browse files

onclite: rootdir: set sf lcd density

Change-Id: I20b0d23e5da434544f3a4cc27f8141159d0fcec0
parent 094ed08c
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ on early-boot ...@@ -66,6 +66,7 @@ on early-boot
write /sys/devices/virtual/cvp/cvp/boot 1 write /sys/devices/virtual/cvp/cvp/boot 1
exec u:r:qti_init_shell:s0 -- /vendor/bin/init.qcom.early_boot.sh exec u:r:qti_init_shell:s0 -- /vendor/bin/init.qcom.early_boot.sh
exec u:r:qti_init_shell:s0 -- /vendor/bin/init.qti.can.sh exec u:r:qti_init_shell:s0 -- /vendor/bin/init.qti.can.sh
setprop ro.sf.lcd_density ${vendor.display.lcd_density}
# for backward compatibility # for backward compatibility
chown system system /persist/sensors chown system system /persist/sensors
...@@ -589,9 +590,6 @@ on charger ...@@ -589,9 +590,6 @@ on charger
setprop persist.sys.usb.config mass_storage setprop persist.sys.usb.config mass_storage
start qcom-post-boot start qcom-post-boot
on property:vendor.display.lcd_density=*
setprop ro.sf.lcd_density ${vendor.display.lcd_density}
service time_daemon /vendor/bin/time_daemon service time_daemon /vendor/bin/time_daemon
class main class main
user system user system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment