From 97eeb7f5dd71bfbb2cd6c0743782ac9945ff9885 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sat, 7 Mar 2020 19:00:19 +0100 Subject: shinano-common: 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 --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f07c84a..bc88e17 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -74,6 +74,9 @@ on fs # Start hvdcp to enable quck charge 2.0 in power off charge start hvdcp + # 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 -- cgit v1.2.3