sdm660: wifi: Add move wifi data service
Add move_wifi_data service from /data/misc/wifi to /data/vendor/wifi for OTA update. Change-Id: I134fb663d1f358028eebb80106634d6eb0b87bc0 CRs-Fixed: 2270608
This commit is contained in:
parent
075777c9ad
commit
6415b88634
2 changed files with 9 additions and 0 deletions
|
@ -662,6 +662,14 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
|||
oneshot
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
||||
# Data Migration
|
||||
service vendor.move_wifi_data /system/bin/move_wifi_data.sh
|
||||
class main
|
||||
user wifi
|
||||
group wifi
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service cnss-daemon /system/vendor/bin/cnss-daemon -n -l
|
||||
class late_start
|
||||
user system
|
||||
|
|
|
@ -273,6 +273,7 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
init.class_main.sh \
|
||||
init.goodix.sh \
|
||||
move_wifi_data.sh \
|
||||
init.msm.usb.configfs.rc \
|
||||
init.qcom.post_boot.sh \
|
||||
init.qcom.rc \
|
||||
|
|
Loading…
Reference in a new issue