msm8937-common: rootdir: Create wifi directory into /data/vendor path
As per Android-O architecture, move vendor specific file into /data/vendor path instead of /data/misc. To address this create the wifi directory into /data/vendor path. CRs-Fixed: 2047794 Change-Id: I6835fb70e1777e23d0b30aa9e08de9a746638c50
This commit is contained in:
parent
5ddc3c6585
commit
081f77447d
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ on post-fs-data
|
|||
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth
|
||||
|
||||
# Create the directories used by the Wireless subsystem
|
||||
mkdir /data/vendor/wifi 0770 wifi wifi
|
||||
mkdir /data/misc/wifi 0770 wifi wifi
|
||||
mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
||||
mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
|
||||
|
|
Loading…
Reference in a new issue