From 2a6763ad6d293de5272c9400a92a504bc2065e2e Mon Sep 17 00:00:00 2001 From: Ruifeng Xu Date: Wed, 23 Nov 2016 10:26:00 -0800 Subject: [PATCH] update gps.conf added XTRA CA path to gps.conf to support https in XC2.0. assigned the default value. Change-Id: Ie9216a98621762484ab98f9e8459b63223707448 --- gps/etc/gps.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index f586e34..72713a6 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -19,6 +19,9 @@ ERR_ESTIMATE=0 #NTP server NTP_SERVER=time.izatcloud.net +#XTRA CA path +XTRA_CA_PATH=/system/etc/security/cacerts + # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose # If DEBUG_LEVEL is commented, Android's logging levels will be used