wifi: Add LOWI tools LOWI-9.0.0.99 am: dfaab2520c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/17046317

Change-Id: I4c62c51c44b92d27b7231d9f1176c88ae50eec12
This commit is contained in:
Hsiu-Chang Chen
2022-03-16 06:42:04 +00:00
committed by Automerger Merge Worker

View File

@@ -41,3 +41,19 @@ on post-fs-data
# Wifi
on property:sys.boot_completed=1
write /sys/bus/platform/drivers/cnss2/qcom,cnss-qca6490/fs_ready 1
# Create directories for wifihal services
mkdir /dev/socket/wifihal 0770 wifi wifi
chmod 2777 /dev/socket/wifihal
# Create directories for Location services
mkdir /dev/socket/location 0770 wifi wifi
chmod 2777 /dev/socket/location
mkdir /dev/socket/location/mq 0770 wifi wifi
chmod 2777 /dev/socket/location/mq
start vendor.loc_launcher
# Start loc_launcher to launch lowi-server
service vendor.loc_launcher /system/vendor/bin/loc_launcher
class late_start
user wifi
group wifi
disabled