land: create directory for netmgr logging
* Needed for RIL to function. Change-Id: Iaad382a04bada742fec35545a016b2a1e51938a4
This commit is contained in:
parent
63ba9727f0
commit
d4813acfc3
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ on post-fs-data
|
|||
mkdir /data/misc/port_bridge 0770 radio radio
|
||||
chmod 0770 /data/misc/port_bridge
|
||||
|
||||
#create netmgr log dir
|
||||
mkdir /data/misc/netmgr 0770 radio radio
|
||||
chmod 0770 /data/misc/netmgr
|
||||
|
||||
# Create the directories used by CnE subsystem
|
||||
mkdir /data/connectivity 0771 system system
|
||||
chown system system /data/connectivity
|
||||
|
|
Loading…
Reference in a new issue