mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: init: Bring back /data/misc/location/gpsone_d
The entire /data/misc/location is gone with Pie, and our GPS HALs (specifically, libloc_eng) need to write in there. Change-Id: Ic5462b21b1098604f29de0baeabdfac9abaa58fa Signed-off-by: D. Andrei Măceș <andrei@unlegacy-android.org> Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
28ae71ebe9
commit
31c73138eb
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ on post-fs-data
|
|||
|
||||
setprop vold.post_fs_data_done 1
|
||||
|
||||
on zygote-start
|
||||
mkdir /data/misc/location 0770 gps gps
|
||||
mkdir /data/misc/location/gpsone_d 0770 system gps
|
||||
|
||||
service irsc_util /vendor/bin/irsc_util "/etc/sec_config"
|
||||
class main
|
||||
user root
|
||||
|
|
Loading…
Reference in a new issue