diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |