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:
Saurabh Srivastava 2018-01-19 21:21:56 +05:30 committed by Isaac Chen
parent ac0b0b363a
commit 1aa404f46b

View file

@ -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