diff options
author | Dante Russo <drusso@codeaurora.org> | 2017-05-17 13:35:37 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-12 20:12:15 +0100 |
commit | 5259197b5da12c949f8693c08c7bfd2d363b692d (patch) | |
tree | 3d5169e38147a9438c3ac90d572ad48045959c38 /rootdir | |
parent | efde9739f9382a17508ba389b7c0ee5b90e60f08 (diff) |
msm8996: Move location files from /data/ to /data/vendor/
Runtime files and sockets used by location modules
are moved to vendor partiion from /data/misc/location
to /data/vendor/location.
CRs-fixed: 2046657
Change-Id: I76da150d7a897bf94b950217587e40c82f2f02c6
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index dfb81f0..4412bdd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -460,12 +460,9 @@ on post-fs-data #symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant # Create directories for Location services - mkdir /data/misc/location 0770 gps gps - mkdir /data/misc/location/mq 0770 gps gps - mkdir /data/misc/location/xtwifi 0770 gps gps - mkdir /data/misc/location/gpsone_d 0770 system gps - mkdir /data/misc/location/quipc 0770 gps system - mkdir /data/misc/location/gsiff 0770 gps gps + mkdir /data/vendor/location 0770 gps gps + mkdir /data/vendor/location/mq 0770 gps gps + mkdir /data/vendor/location/xtwifi 0770 gps gps # Create directory from IMS services mkdir /data/shared 0755 @@ -1013,7 +1010,7 @@ service cnss-daemon /system/bin/cnss-daemon -n -l on property:sys.shutdown.requested=* stop cnss-daemon -service loc_launcher /system/bin/loc_launcher +service loc_launcher /vendor/bin/loc_launcher # loc_launcher will start as root and set its uid to gps class late_start group gps inet diag wifi |