From a5e2030015cb75e38884a9231ce3488f6e255aca Mon Sep 17 00:00:00 2001 From: Pandari Sabhapathi Date: Fri, 8 Mar 2013 15:56:28 -0800 Subject: [PATCH] hardware/qcom/gps: Read gps.conf file for config information gps.conf needs to be initialized for native GARDEn test Change-Id: I08a3dd46ff42786f81636ab6929fdfa6d19b1400 --- loc_api/libloc_api_50001/loc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loc_api/libloc_api_50001/loc.cpp b/loc_api/libloc_api_50001/loc.cpp index f1d76836..bfc68c3d 100644 --- a/loc_api/libloc_api_50001/loc.cpp +++ b/loc_api/libloc_api_50001/loc.cpp @@ -223,6 +223,8 @@ const GpsInterface* gps_get_hardware_interface () char propBuf[PROPERTY_VALUE_MAX]; + loc_eng_read_config(); + // check to see if GPS should be disabled property_get("gps.disable", propBuf, ""); if (propBuf[0] == '1')