wayne-common: Moving location sockets from /data to /dev
Keeping sockets in /data/vendor/location prevents unmounting of /data partition after build load. CRs-Fixed: 2175511 Change-Id: Ide726a84b6b5f8df0c18d7d7dcbc1ee469b6d934
This commit is contained in:
parent
ac0b0b363a
commit
1aa404f46b
1 changed files with 3 additions and 0 deletions
|
@ -331,6 +331,9 @@ on post-fs-data
|
|||
mkdir /data/vendor/location 0770 gps gps
|
||||
mkdir /data/vendor/location/mq 0770 gps gps
|
||||
mkdir /data/vendor/location/xtwifi 0770 gps gps
|
||||
mkdir /dev/socket/location 0770 gps gps
|
||||
mkdir /dev/socket/location/mq 0770 gps gps
|
||||
mkdir /dev/socket/location/xtra 0770 gps gps
|
||||
|
||||
#Create directory from IMS services
|
||||
mkdir /data/shared 0755
|
||||
|
|
Loading…
Reference in a new issue