mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: gps: Make use of gps_debug.conf to set xtra servers
* Just bind mount gps.conf to gps_debug.conf We can't directly build gps_debug.conf because it's a common target and we're not allowed to override targets anymore. Change-Id: Ia3c96665b50b0fe478e44186d1c65be723acbf5a
This commit is contained in:
parent
8a27e63433
commit
28ae71ebe9
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ on fs
|
||||||
restorecon_recursive /persist
|
restorecon_recursive /persist
|
||||||
write /sys/kernel/boot_adsp/boot 1
|
write /sys/kernel/boot_adsp/boot 1
|
||||||
|
|
||||||
|
# GnssConfiguration doesn't actually look at gps.conf, just the debug file
|
||||||
|
mount none /system/etc/gps.conf /system/etc/gps_debug.conf bind
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# set RLIMIT_MEMLOCK to 64MB
|
# set RLIMIT_MEMLOCK to 64MB
|
||||||
setrlimit 8 67108864 67108864
|
setrlimit 8 67108864 67108864
|
||||||
|
|
Loading…
Reference in a new issue