wlan: add cnss-daemon and related libraries
cnss-daemon is necessary for CHRE function Bug: 264524963 Test: Regression Test Change-Id: I7ec2ea8d0e3bafce7f570ce7d32051d7f677442e
This commit is contained in:
parent
189fe9e7cd
commit
ba673b1507
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@ service vendor.loc_launcher /system/vendor/bin/loc_launcher
|
|||
group wifi
|
||||
disabled
|
||||
|
||||
# Start cnss-daemon for CHRE
|
||||
service vendor.cnss-daemon /vendor/bin/cnss-daemon -n -l
|
||||
class late_start
|
||||
user system
|
||||
group system inet wifi
|
||||
|
||||
# Toggle high_sensitivity according to touch_sensitivity_mode
|
||||
on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_completed=1
|
||||
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 0
|
||||
|
|
Loading…
Reference in a new issue