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:
Alessandro Astone 2020-03-20 11:55:49 +01:00 committed by followmsi
parent 722374962e
commit d8c2496e9a

View file

@ -39,6 +39,9 @@ on fs
restorecon_recursive /persist
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
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864